mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Fix type of dummy_irq()
This commit is contained in:
@@ -380,7 +380,7 @@ int dummy_connect ( struct nic *nic __unused ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int dummy_irq ( struct nic *nic __unused ) {
|
||||
int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user