aboutsummaryrefslogtreecommitdiff
path: root/util/mkelfImage/arch/i386/include/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkelfImage/arch/i386/include/stdint.h')
-rw-r--r--util/mkelfImage/arch/i386/include/stdint.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/util/mkelfImage/arch/i386/include/stdint.h b/util/mkelfImage/arch/i386/include/stdint.h
deleted file mode 100644
index 79262c206c..0000000000
--- a/util/mkelfImage/arch/i386/include/stdint.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef STDINT_H
-#define STDINT_H
-
-typedef unsigned long size_t;
-
-typedef unsigned char uint8_t;
-typedef unsigned short uint16_t;
-typedef unsigned int uint32_t;
-typedef unsigned long long uint64_t;
-
-typedef signed char int8_t;
-typedef signed short int16_t;
-typedef signed int int32_t;
-typedef signed long long int64_t;
-
-#endif /* STDINT_H */