summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 15:56:39 +0100
committerJuergen Beisert <j.beisert@pengutronix.de>2007-11-12 16:28:23 +0100
commitdae2d42d9bc12591a915868a1735f81608a5fc5f (patch)
tree653342ec61a8e452235ed707927de5e0c54315cb /include
parent8121f788c0bda5243af269ec70e4d65f794736d3 (diff)
downloadbarebox-dae2d42d9bc12591a915868a1735f81608a5fc5f.tar.gz
barebox-dae2d42d9bc12591a915868a1735f81608a5fc5f.tar.xz
doc fixed in i.MX27 fec related files
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/fec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fec.h b/include/fec.h
index 8ca3c527a7..f8247da57a 100644
--- a/include/fec.h
+++ b/include/fec.h
@@ -37,9 +37,9 @@ struct fec_platform_data {
* Supported phy types on this platform
*/
typedef enum {
- SEVENWIRE, /** 7-wire */
- MII10, /** MII 10Mbps */
- MII100 /** MII 100Mbps */
+ SEVENWIRE, /**< 7-wire */
+ MII10, /**< MII 10Mbps */
+ MII100 /**< MII 100Mbps */
} xceiver_type;
#endif /* __INCLUDE_NETWORK_FEC_H */