Fix incorrect evt::signal_virtual_address_change and event_notify

This commit is contained in:
Justin C. Miller
2020-02-22 14:48:24 -08:00
parent 1c3ab9b8e8
commit f9cbe0c2e8

View File

@@ -64,7 +64,7 @@ enum class evt : uint32_t
notify_signal = 0x00000200,
signal_exit_boot_services = 0x00000201,
signal_virtual_address_change = 0x60000201,
signal_virtual_address_change = 0x60000202,
runtime = 0x40000000,
timer = 0x80000000
@@ -78,7 +78,7 @@ enum class tpl : uint64_t
high_level = 31
};
using event_notify = status (*)(event, void*);
using event_notify = void (*)(event, void*);
} // namespace uefi