9
0
Fork 0
barebox/arch/mips/mach-xburst/include/mach/devices.h

9 lines
202 B
C

#ifndef __MACH_XBURST_DEVICES_H
#define __MACH_XBURST_DEVICES_H
#include <driver.h>
struct device_d *jz_add_uart(int id, unsigned long base, unsigned int clock);
#endif /* __MACH_XBURST_DEVICES_H */