diff options
| author | Michael Brown | 2012-08-23 22:25:51 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-08-23 22:25:51 +0200 |
| commit | 6e50e7950f7f4faca450f7be958b1508d2584716 (patch) | |
| tree | cdbd3c0061b2969816f6b00c91fb29a1af50874c /src/include | |
| parent | [realtek] Enable DAC only when built as a 64-bit binary (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/ipxe/mii.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/mii.h b/src/include/ipxe/mii.h index a33a31d99..cf462418a 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 */ |
