]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-ep93xx/platform.h
[PATCH] csa: Extended system accounting over taskstats
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-ep93xx / platform.h
index d7a34ce202932122d5aa96ad85c78aa006eb869f..b4a8deb8bdef8c4aae9c08c50ca29702d2ea15eb 100644 (file)
@@ -11,5 +11,11 @@ void ep93xx_init_devices(void);
 void ep93xx_clock_init(void);
 extern struct sys_timer ep93xx_timer;
 
+struct ep93xx_eth_data
+{
+       unsigned char   dev_addr[6];
+       unsigned char   phy_id;
+};
+
 
 #endif