
6 Nov
2017
6 Nov
'17
9:17 p.m.
INTN is not used in the coding.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Simon Glass sjg@chromium.org --- v2 no change --- include/efi_api.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/efi_api.h b/include/efi_api.h index fcd7483ab2..8ea44b1a7a 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -29,7 +29,6 @@ enum efi_timer_delay { };
#define UINTN size_t -typedef long INTN; typedef uint16_t *efi_string_t;
#define EVT_TIMER 0x80000000
--
2.11.0