david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This commit is contained in:
Michael Brown 2005-04-13 02:05:43 +00:00
parent 7cc6366a84
commit e27ebad4b2
1 changed files with 2 additions and 2 deletions

View File

@ -380,8 +380,8 @@ int dummy_connect ( struct nic *nic __unused ) {
return 1;
}
int dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
return 1;
void dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
return;
}
/**************************************************************************