summaryrefslogtreecommitdiffstats
path: root/include/miidev.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-17 09:37:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-17 09:37:02 +0200
commitba13dc4776cfd2bd9bb32817b6d815119ec86a14 (patch)
tree1e41608b9f8a922ff3ed633149703a2ce818eed8 /include/miidev.h
parentddbbeee82214c5edcdeb7da0a1d480d1d32104d0 (diff)
parent79884012c66390845b977cd1cab2db1f9cd0a3b5 (diff)
downloadbarebox-ba13dc4776cfd2bd9bb32817b6d815119ec86a14.tar.gz
barebox-ba13dc4776cfd2bd9bb32817b6d815119ec86a14.tar.xz
Merge branch 'pu' into next
Diffstat (limited to 'include/miidev.h')
-rw-r--r--include/miidev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/miidev.h b/include/miidev.h
index 6f653d9f01..21727effce 100644
--- a/include/miidev.h
+++ b/include/miidev.h
@@ -33,6 +33,7 @@
struct mii_device {
struct device_d dev;
+ struct device_d *parent;
int address; /* The address the phy has on the bus */
int (*read) (struct mii_device *dev, int addr, int reg);