summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/include/mach/devices.h
blob: 931749d42441441f59062cdf085317304ec733c3 (plain)
1
2
3
4
5
6
7
8
#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 */