summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-05 12:59:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-05 12:59:59 +0200
commit40830caf4edc6d7b4bb4e61833139038df4f9ee4 (patch)
treefc6b569a5e6a7fd068e5a30bd32626d98c8b47d2 /include
parentf63576730bc30d75f42298dbfc021406f294f358 (diff)
parentbfcd63fdc4287fd4a600df8812bbb09c4f0aff7a (diff)
downloadbarebox-40830caf4edc6d7b4bb4e61833139038df4f9ee4.tar.gz
barebox-40830caf4edc6d7b4bb4e61833139038df4f9ee4.tar.xz
Merge branch 'for-next/smc911x'
Diffstat (limited to 'include')
-rw-r--r--include/smc911x.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/smc911x.h b/include/smc911x.h
new file mode 100644
index 0000000000..148906b925
--- /dev/null
+++ b/include/smc911x.h
@@ -0,0 +1,18 @@
+/*
+ * (C) Copyright 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+ *
+ * Under GPLv2
+ */
+
+#ifndef __SMC911X_PLATFORM_H_
+#define __SMC911X_PLATFORM_H_
+
+/**
+ * @brief Platform dependent feature:
+ * Pass pointer to this structure as part of device_d -> platform_data
+ */
+struct smc911x_plat {
+ int shift;
+};
+
+#endif /* __SMC911X_PLATFORM_H_ */