summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/mii.h
diff options
context:
space:
mode:
authorMichael Brown2012-08-23 22:25:51 +0200
committerMichael Brown2012-08-23 22:25:51 +0200
commit6e50e7950f7f4faca450f7be958b1508d2584716 (patch)
treecdbd3c0061b2969816f6b00c91fb29a1af50874c /src/include/ipxe/mii.h
parent[realtek] Enable DAC only when built as a 64-bit binary (diff)
downloadipxe-6e50e7950f7f4faca450f7be958b1508d2584716.tar.gz
ipxe-6e50e7950f7f4faca450f7be958b1508d2584716.tar.xz
ipxe-6e50e7950f7f4faca450f7be958b1508d2584716.zip
[mii] Add separate mii_restart() function
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/mii.h')
-rw-r--r--src/include/ipxe/mii.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/mii.h b/src/include/ipxe/mii.h
index a33a31d9..cf462418 100644
--- a/src/include/ipxe/mii.h
+++ b/src/include/ipxe/mii.h
@@ -81,6 +81,7 @@ mii_write ( struct mii_interface *mii, unsigned int reg, unsigned int data ) {
/** Maximum time to wait for a reset, in milliseconds */
#define MII_RESET_MAX_WAIT_MS 500
+extern int mii_restart ( struct mii_interface *mii );
extern int mii_reset ( struct mii_interface *mii );
#endif /* _IPXE_MII_H */