File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pub const EventType = packed struct(u32) {
46
46
/// This event should not be combined with any other event types. This event
47
47
/// type is functionally equivalent to the EFI_EVENT_GROUP_EXIT_BOOT_SERVICES
48
48
/// event group.
49
- pub const signal_exit_boot_services = Type {
49
+ pub const signal_exit_boot_services : EventType = . {
50
50
.signal = true ,
51
51
.lo_context = 1 ,
52
52
};
@@ -55,7 +55,7 @@ pub const EventType = packed struct(u32) {
55
55
/// is performed. This event type is a composite of EVT_NOTIFY_SIGNAL,
56
56
/// EVT_RUNTIME, and EVT_RUNTIME_CONTEXT and should not be combined with
57
57
/// any other event types.
58
- pub const signal_virtual_address_change = Type {
58
+ pub const signal_virtual_address_change : EventType = . {
59
59
.runtime = true ,
60
60
.hi_context = 0x20000 ,
61
61
.signal = true ,
You can’t perform that action at this time.
0 commit comments