summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-02-20 17:48:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-02-20 17:48:31 +0100
commit8d4e06d3d5b9ac0e5e2ea7ca4ca9faedbe7e31db (patch)
tree9825da6f7fe09afac9b3e0fb968f269574a88336 /include
parent7b4e9c4a825d8baf2c79ce9d0731fc83bd348434 (diff)
downloadbarebox-8d4e06d3d5b9ac0e5e2ea7ca4ca9faedbe7e31db.tar.gz
barebox-8d4e06d3d5b9ac0e5e2ea7ca4ca9faedbe7e31db.tar.xz
[mpc5200 fec] revert to some old version (somehow my play version got into the
repository). Runtime tested on pcm030
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/arch-mpc5200/fec.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-ppc/arch-mpc5200/fec.h b/include/asm-ppc/arch-mpc5200/fec.h
new file mode 100644
index 0000000000..a3e04b4e9d
--- /dev/null
+++ b/include/asm-ppc/arch-mpc5200/fec.h
@@ -0,0 +1,14 @@
+#ifndef __INCLUDE_ASM_ARCH_FEC_H
+#define __INCLUDE_ASM_ARCH_FEC_H
+
+struct mpc5xxx_fec_platform_data {
+ ulong xcv_type;
+};
+
+typedef enum {
+ SEVENWIRE, /* 7-wire */
+ MII10, /* MII 10Mbps */
+ MII100 /* MII 100Mbps */
+} xceiver_type;
+
+#endif /* __INCLUDE_ASM_ARCH_FEC_H */