mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
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>
This commit is contained in:
parent
7c0ff9c40c
commit
2fb88cb2e9
8 changed files with 49 additions and 250 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue