]> code.delx.au - refind/blob - mok/console.h
Files for new MOK/shim code based on Bottomley's PreLoader.
[refind] / mok / 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);