From 7fdbd9d48a4e447d4ea42268afb80a1ee84b633b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 25 Feb 2015 16:33:59 -0500 Subject: Make lib/ build right with the cflags it should be using... ... but isn't. Signed-off-by: Peter Jones --- include/console.h | 9 ++++++--- include/guid.h | 5 ----- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/console.h b/include/console.h index 9c793ea5..ecaa73f5 100644 --- a/include/console.h +++ b/include/console.h @@ -4,13 +4,16 @@ EFI_STATUS console_get_keystroke(EFI_INPUT_KEY *key); 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); +console_print_box_at(CHAR16 *str_arr[], unsigned int highlight, + unsigned int start_col, unsigned int start_row, + unsigned int size_cols, unsigned int size_rows, + int offset, unsigned int lines); void -console_print_box(CHAR16 *str_arr[], int highlight); +console_print_box(CHAR16 *str_arr[], unsigned int highlight); int console_yes_no(CHAR16 *str_arr[]); int -console_select(CHAR16 *title[], CHAR16* selectors[], int start); +console_select(CHAR16 *title[], CHAR16* selectors[], unsigned int start); void console_errorbox(CHAR16 *err); void diff --git a/include/guid.h b/include/guid.h index 3c58be0b..86b709b8 100644 --- a/include/guid.h +++ b/include/guid.h @@ -1,10 +1,5 @@ #include -#ifndef BUILD_EFI -const char *guid_to_str(EFI_GUID *guid); -void str_to_guid(const char *str, EFI_GUID *guid); -#endif - extern EFI_GUID GV_GUID; extern EFI_GUID SIG_DB; extern EFI_GUID X509_GUID; -- cgit v1.2.3