mirror of
https://github.com/ipxe/ipxe
synced 2026-05-11 21:02:14 +03:00
Automatically updated using
perl -pi -e 's/(_probe\s*\(\s*struct )dev \*.*?(\s*\);)/${1}dev *dev$2/' *.c
perl -pi -e 's/(_disable\s*\(\s*struct )dev \*.*?(\s*\);)/${1}nic *nic$2/' *.c
This commit is contained in:
@@ -685,7 +685,7 @@ static int ReadMII (int byMIIIndex, int);
|
||||
static void WriteMII (char, char, char, int);
|
||||
static void MIIDelay (void);
|
||||
static void rhine_init_ring (struct nic *dev);
|
||||
static void rhine_disable (struct dev *dev);
|
||||
static void rhine_disable (struct nic *nic);
|
||||
static void rhine_reset (struct nic *nic);
|
||||
static int rhine_poll (struct nic *nic, int retreive);
|
||||
static void rhine_transmit (struct nic *nic, const char *d, unsigned int t,
|
||||
|
||||
Reference in New Issue
Block a user