| ... | @@ -11,7 +11,7 @@ const Status = uefi.Status; | ... | @@ -11,7 +11,7 @@ const Status = uefi.Status; |
| 11 | | 11 | |
| 12 | /// Character input devices, e.g. Keyboard | 12 | /// Character input devices, e.g. Keyboard |
| 13 | pub const SimpleTextInputProtocol = extern struct { | 13 | pub const SimpleTextInputProtocol = extern struct { |
| 14 | _reset: fn (*const SimpleTextInputProtocol, bool) callconv(.C) usize, | 14 | _reset: fn (*const SimpleTextInputProtocol, bool) callconv(.C) Status, |
| 15 | _read_key_stroke: fn (*const SimpleTextInputProtocol, *InputKey) callconv(.C) Status, | 15 | _read_key_stroke: fn (*const SimpleTextInputProtocol, *InputKey) callconv(.C) Status, |
| 16 | wait_for_key: Event, | 16 | wait_for_key: Event, |
| 17 | | 17 | |