]> code.delx.au - refind/blobdiff - mok/console.h
Files for new MOK/shim code based on Bottomley's PreLoader.
[refind] / mok / console.h
diff --git a/mok/console.h b/mok/console.h
new file mode 100644 (file)
index 0000000..2024bd7
--- /dev/null
@@ -0,0 +1,16 @@
+EFI_INPUT_KEY
+console_get_keystroke(void);
+void
+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);
+void
+console_print_box(CHAR16 *str_arr[], int highlight);
+int
+console_yes_no(CHAR16 *str_arr[]);
+int
+console_select(CHAR16 *title[], CHAR16* selectors[], int start);
+void
+console_errorbox(CHAR16 *err);
+void
+console_error(CHAR16 *err, EFI_STATUS);
+void
+console_alertbox(CHAR16 **title);