]> git.proxmox.com Git - efi-boot-shim.git/blob - include/console.h
Merge signature.h into efiauthenticated.h and guid.h
[efi-boot-shim.git] / include / console.h
1 EFI_INPUT_KEY
2 console_get_keystroke(void);
3 void
4 console_print_box_at(CHAR16 *str_arr[], int highlight, int start_col, int start_row, int size_cols, int size_rows, int offset, int lines);
5 void
6 console_print_box(CHAR16 *str_arr[], int highlight);
7 int
8 console_yes_no(CHAR16 *str_arr[]);
9 int
10 console_select(CHAR16 *title[], CHAR16* selectors[], int start);
11 void
12 console_errorbox(CHAR16 *err);
13 void
14 console_error(CHAR16 *err, EFI_STATUS);
15 void
16 console_alertbox(CHAR16 **title);
17 void
18 console_notify(CHAR16 *string);
19 void
20 console_reset(void);
21 #define NOSEL 0x7fffffff