mirror of
https://github.com/ipxe/ipxe
synced 2026-02-05 19:12:46 +03:00
Add dummy_connect and dummy_irq
This commit is contained in:
@@ -44,6 +44,8 @@ struct nic_operations {
|
||||
*/
|
||||
struct dev;
|
||||
extern struct nic * nic_device ( struct dev * dev );
|
||||
extern int dummy_connect ( struct nic *nic );
|
||||
extern int dummy_irq ( struct nic *nic );
|
||||
|
||||
/*
|
||||
* Functions that implicitly operate on the current boot device
|
||||
|
||||
Reference in New Issue
Block a user