blob: c5c8764075237bf52ad2227cf56d96303db4db99 [file] [log] [blame]
Imre Kisf55f2aa2024-05-28 15:55:19 +02001/*
2 * Copyright (c) 2012-2017 Roberto E. Vargas Caballero
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6/*
7 * Portions copyright (c) 2018, Arm Limited and Contributors.
8 * All rights reserved.
9 */
10
11#ifndef LIMITS_H
12#define LIMITS_H
13
14#include <limits_.h>
15
16#define CHAR_BIT 8
17#define MB_LEN_MAX 1
18
19#endif /* LIMITS_H */