mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
Consistency
This commit is contained in:
@@ -76,7 +76,7 @@ struct eisa_driver {
|
||||
*
|
||||
*/
|
||||
extern void eisa_device_enabled ( struct eisa_device *eisa, int enabled );
|
||||
extern void fill_eisa_nic ( struct nic *nic, struct eisa_device *eisa );
|
||||
extern void eisa_fill_nic ( struct nic *nic, struct eisa_device *eisa );
|
||||
|
||||
static inline void enable_eisa_device ( struct eisa_device *eisa ) {
|
||||
eisa_device_enabled ( eisa, 1 );
|
||||
|
||||
Reference in New Issue
Block a user