diff options
Diffstat (limited to 'include/lib/libc/stdint.h')
-rw-r--r-- | include/lib/libc/stdint.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/lib/libc/stdint.h b/include/lib/libc/stdint.h new file mode 100644 index 000000000..cd24d1f35 --- /dev/null +++ b/include/lib/libc/stdint.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2012-2017 Roberto E. Vargas Caballero + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#ifndef _STDINT_H_ +#define _STDINT_H_ + +#include <arch/stdint.h> + +#endif |