/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_LIMITS_H #define __VDSO_LIMITS_H #define USHRT_MAX … #define SHRT_MAX … #define SHRT_MIN … #define INT_MAX … #define INT_MIN … #define UINT_MAX … #define LONG_MAX … #define LONG_MIN … #define ULONG_MAX … #define LLONG_MAX … #define LLONG_MIN … #define ULLONG_MAX … #define UINTPTR_MAX … #endif /* __VDSO_LIMITS_H */