std/os/uefi: some more events

This commit is contained in:
Nick Erdmann 2019-08-11 15:50:03 +02:00
parent a9b3700c6e
commit 70e62b8612
No known key found for this signature in database
GPG Key ID: C174038EAF6578B2

View File

@ -25,9 +25,9 @@ pub const BootServices = extern struct {
freePool: usize, // TODO
createEvent: extern fn (u32, usize, ?extern fn (Event, ?*const c_void) void, ?*const c_void, *Event) usize,
setTimer: extern fn (Event, TimerDelay, u64) usize,
waitForEvent: usize, // TODO
waitForEvent: extern fn (usize, [*]const Event, *usize) usize,
signalEvent: extern fn (Event) usize,
closeEvent: usize, // TODO
closeEvent: extern fn (Event) usize,
checkEvent: usize, // TODO
installProtocolInterface: usize, // TODO
reinstallProtocolInterface: usize, // TODO