Files
u-boot/include/linux
Rasmus Villemoes dd260d95fd limits.h: provide all limit macros for standard [u]intNN_t types
Currently, we only have UINT32_MAX and UINT64_MAX in limits.h, and
then stdint.h and kernel.h somewhat randomly define UINT8_MAX and
INT32_MAX, respectively.

Provide a full set of definitions in terms of the min/max macros for
the types that [u]intNN_t are defined in terms of, namely the {s,u}NN
ones.

Try to avoid breaking whatever depended on getting UINT8_MAX from our
compat stdint.h by replacing it with an include of limits.h.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
2025-07-14 12:43:28 -06:00
..
2023-05-15 14:08:45 -04:00
2024-07-29 15:01:04 -06:00
2021-11-23 09:57:55 +02:00
2022-11-28 10:25:17 -05:00
2023-11-07 14:50:52 -05:00
2025-04-02 20:00:59 -06:00
2023-05-15 14:08:45 -04:00
2025-02-12 12:37:12 -06:00
2023-07-25 12:44:46 -04:00