summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/smc91111exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/network/smc91111exp.h')
-rw-r--r--c/src/libchip/network/smc91111exp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/libchip/network/smc91111exp.h b/c/src/libchip/network/smc91111exp.h
new file mode 100644
index 0000000000..72e41fa0d9
--- /dev/null
+++ b/c/src/libchip/network/smc91111exp.h
@@ -0,0 +1,19 @@
+/*
+ * $Id$
+ */
+
+#ifndef _SMC91111_EXP_H_
+#define _SMC91111_EXP_H_
+
+typedef struct scmv91111_configuration {
+ void *baseaddr;
+ unsigned int vector;
+ unsigned int pio;
+ unsigned int ctl_rspeed;
+ unsigned int ctl_rfduplx;
+ unsigned int ctl_autoneg;
+} scmv91111_configuration_t;
+
+#endif /* _SMC_91111_EXP_H_ */
+
+