diff options
Diffstat (limited to 'include/lib/libc/stdint.h')
-rw-r--r-- | include/lib/libc/stdint.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/lib/libc/stdint.h b/include/lib/libc/stdint.h new file mode 100644 index 00000000..d44a973f --- /dev/null +++ b/include/lib/libc/stdint.h @@ -0,0 +1,16 @@ +/* + * Copyright (c) 2012-2017 Roberto E. Vargas Caballero + * + * SPDX-License-Identifier: BSD-3-Clause + */ +/* + * Portions copyright (c) 2018, ARM Limited and Contributors. + * All rights reserved. + */ + +#ifndef STDINT_H +#define STDINT_H + +#include <stdint_.h> + +#endif /* STDINT_H */ |