xref: /rk3399_ARM-atf/include/lib/libc/limits.h (revision 27989a8e34a44ff8e6a2e5b011123a09fd8a82c7)
1 /*
2  * Copyright (c) 2012-2017 Roberto E. Vargas Caballero
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef _LIMITS_H
8 #define _LIMITS_H
9 
10 #include <arch/limits.h>
11 
12 #define CHAR_BIT   8
13 #define MB_LEN_MAX 1
14 
15 #endif
16