summaryrefslogtreecommitdiffstats
path: root/include/miiphy.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-04-22 23:39:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-21 16:41:44 +0200
commita2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a (patch)
tree556535cae729eac244edff816476cab281c6be7b /include/miiphy.h
parent6411c3b2be40bb295520db2e9f6f891873a48b1a (diff)
downloadbarebox-a2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a.tar.gz
barebox-a2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a.tar.xz
introduce cdev
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/miiphy.h')
-rw-r--r--include/miiphy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/miiphy.h b/include/miiphy.h
index 23373e96b2..67f1b1ce98 100644
--- a/include/miiphy.h
+++ b/include/miiphy.h
@@ -146,6 +146,7 @@ struct miiphy_device {
int flags;
struct eth_device *edev;
+ struct cdev cdev;
};
int miiphy_register(struct miiphy_device *mdev);