| author | |
| committer | |
| log | 00301bbdd3d8e5df3ac147353e7cc9c67f65901f |
| tree | f41ba546f5f078968d074a106e37f96036b0fe46 |
| parent | 3750cc06fda89c076da850a430d39d959ce45a99 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/uefi/protocols/simple_text_input_protocol.zig+1-1| ... | ... | @@ -11,7 +11,7 @@ const Status = uefi.Status; |
| 11 | 11 | |
| 12 | 12 | /// Character input devices, e.g. Keyboard |
| 13 | 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 | 15 | _read_key_stroke: fn (*const SimpleTextInputProtocol, *InputKey) callconv(.C) Status, |
| 16 | 16 | wait_for_key: Event, |
| 17 | 17 |