MIPS: Lantiq: Add ethernet driver
[deliverable/linux.git] / arch / mips / include / asm / mach-lantiq / lantiq_platform.h
index 1f1dba6d0736d22ca79c0a18bf4fc67d85a50cc9..a305f1d0259e76e282c9787fa1042799c0d40f7f 100644 (file)
@@ -10,6 +10,7 @@
 #define _LANTIQ_PLATFORM_H__
 
 #include <linux/mtd/partitions.h>
+#include <linux/socket.h>
 
 /* struct used to pass info to the pci core */
 enum {
@@ -43,4 +44,10 @@ struct ltq_pci_data {
        int irq[16];
 };
 
+/* struct used to pass info to network drivers */
+struct ltq_eth_data {
+       struct sockaddr mac;
+       int mii_mode;
+};
+
 #endif
This page took 0.032622 seconds and 5 git commands to generate.