diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-14 13:39:29 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-08-22 10:26:05 +0100 |
commit | 2fb88cb2e9050d4cda97f8de1e8f000a28599869 (patch) | |
tree | 6c3ac166bf1f1d8b4fef14c2bc601d74f996f26a /include/lib/libc/stdint.h | |
parent | 7c0ff9c40ceeacf239ec9a3465be0477594cf898 (diff) |
libc: Cleanup SCC headers
Only leave the parts relevant to the Trusted Firmware.
Change-Id: I0444c16e402f6c1629211d03bf6cb32ca3dbcf59
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'include/lib/libc/stdint.h')
-rw-r--r-- | include/lib/libc/stdint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lib/libc/stdint.h b/include/lib/libc/stdint.h index 0b59a13b..d44a973f 100644 --- a/include/lib/libc/stdint.h +++ b/include/lib/libc/stdint.h @@ -8,9 +8,9 @@ * All rights reserved. */ -#ifndef _STDINT_H_ -#define _STDINT_H_ +#ifndef STDINT_H +#define STDINT_H #include <stdint_.h> -#endif +#endif /* STDINT_H */ |