summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-11-06 21:17:46 +0100
committerAlexander Graf <agraf@suse.de>2017-12-01 13:22:56 +0100
commit7e82449495eef28dddb6160385ab546eac212500 (patch)
treeecfe432a7871fa0c4af8280420cdf5003c4d6161 /include
parentcd534083cd230e6a38ac575b62a3fb3b93521e9a (diff)
efi_loader: remove unused typedef for INTN
INTN is not used in the coding. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/efi_api.h1
1 files changed, 0 insertions, 1 deletions
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