summaryrefslogtreecommitdiffstats
path: root/include/platform_data/eth-smc91111.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform_data/eth-smc91111.h')
-rw-r--r--include/platform_data/eth-smc91111.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/platform_data/eth-smc91111.h b/include/platform_data/eth-smc91111.h
new file mode 100644
index 0000000000..72193bf972
--- /dev/null
+++ b/include/platform_data/eth-smc91111.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnio@jcrosoft.com>
+ *
+ * Under GPLv2 only
+ */
+
+#ifndef __SMC91111_H__
+#define __SMC91111_H__
+
+struct smc91c111_pdata {
+ int qemu_fixup;
+ int addr_shift;
+ int bus_width;
+ bool word_aligned_short_writes;
+ int config_setup;
+ int control_setup;
+};
+
+#endif /* __SMC91111_H__ */