summaryrefslogtreecommitdiffstats
path: root/include/platform_data/eth-dm9000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform_data/eth-dm9000.h')
-rw-r--r--include/platform_data/eth-dm9000.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/platform_data/eth-dm9000.h b/include/platform_data/eth-dm9000.h
new file mode 100644
index 0000000000..a9a4635d2a
--- /dev/null
+++ b/include/platform_data/eth-dm9000.h
@@ -0,0 +1,10 @@
+
+#ifndef __DM9000_H__
+#define __DM9000_H__
+
+struct dm9000_platform_data {
+ int srom;
+};
+
+#endif /* __DM9000_H__ */
+