X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fifxmips%2Ffiles-2.6.32%2Farch%2Fmips%2Fifxmips%2Fdanube%2Fdevices.h;fp=target%2Flinux%2Fifxmips%2Ffiles-2.6.32%2Farch%2Fmips%2Fifxmips%2Fdanube%2Fdevices.h;h=0000000000000000000000000000000000000000;hp=75201a2ece828b8f6e12efeb1b744f1126d92c10;hb=4c181d1869195a59b89d3710876bffbc0f3fa023;hpb=6881ded09967bd9458eea3481e5e5f1193b04f0c diff --git a/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/danube/devices.h b/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/danube/devices.h deleted file mode 100644 index 75201a2ece..0000000000 --- a/target/linux/ifxmips/files-2.6.32/arch/mips/ifxmips/danube/devices.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _DANUBE_DEVICES_H__ -#define _DANUBE_DEVICES_H__ - -#include "../common/devices.h" - -enum { - PCI_CLOCK_INT = 0, - PCI_CLOCK_EXT -}; - -void __init danube_register_usb(void); -void __init danube_register_ebu_gpio(struct resource *resource, u32 value); -void __init danube_register_ethernet(unsigned char *mac); -void __init danube_register_pci(int clock, int irq_mask); - -#endif