mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 02:20:19 +03:00
Fix up fill_mca_nic.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define MCA_H
|
||||
|
||||
#include "isa_ids.h"
|
||||
#include "dev.h"
|
||||
#include "nic.h"
|
||||
|
||||
#define MCA_BUS_TYPE 3
|
||||
|
||||
@@ -72,6 +72,12 @@ struct mca_driver {
|
||||
.id_count = sizeof ( _ids ) / sizeof ( _ids[0] ), \
|
||||
}
|
||||
|
||||
/*
|
||||
* Functions in mca.c
|
||||
*
|
||||
*/
|
||||
extern void fill_mca_nic ( struct nic *nic, struct mca_device *mca );
|
||||
|
||||
/*
|
||||
* MCA bus global definition
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user