diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-27 19:35:38 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-06 18:50:46 +0900 |
commit | ba08dad1bf4b4e0918f585b5e1bde47402ccaa93 (patch) | |
tree | 5195beef6158670f3cc4e371cabdf66b0861719b /purgatory | |
parent | b5e636231886469fcd47fa4d236fa316c4e15251 (diff) |
kexec-tools: mipsel: Remove purgatory/arch/mipsel/include/stdint.h
Remove purgatory/arch/mipsel/include/stdint.h as it just duplicates
things found in system header files.
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r-- | purgatory/arch/mipsel/include/stdint.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/purgatory/arch/mipsel/include/stdint.h b/purgatory/arch/mipsel/include/stdint.h deleted file mode 100644 index 79262c2..0000000 --- a/purgatory/arch/mipsel/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 */ |