[ethernet] Move struct mii_if_info to mii.h

Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
Daniel Verkamp
2008-12-10 01:11:50 -06:00
committed by Michael Brown
parent 3c06277bbb
commit 005fce0258
3 changed files with 21 additions and 13 deletions

View File

@@ -222,12 +222,6 @@ struct {
unsigned char rxb[RX_RING_SIZE][PKT_BUF_SZ];
} pcnet32_bufs __shared;
/* May need to be moved to mii.h */
struct mii_if_info {
int phy_id;
int advertising;
unsigned int full_duplex:1; /* is full duplex? */
};
/*
* The first three fields of pcnet32_private are read by the ethernet device