Fix a function prototype to reflect reality. No functional change.
This commit is contained in:
parent
4ee8a13704
commit
326a21af34
@ -74,7 +74,7 @@ static struct pcb **susppcbs;
|
||||
static void **suspfpusave;
|
||||
#endif
|
||||
|
||||
int acpi_restorecpu(vm_offset_t, struct pcb *);
|
||||
int acpi_restorecpu(uint64_t, vm_offset_t);
|
||||
|
||||
static void *acpi_alloc_wakeup_handler(void);
|
||||
static void acpi_stop_beep(void *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user