Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
next
/
linux-next-history
/
master
/
.
/
usr
/
dummy-include
/
limits.h
blob: 49b17c10c7b67bcb183da106ffb7b55b36cc2f96 [
file
]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef
_DUMMY_LIMITS_H
#define
_DUMMY_LIMITS_H
#define
INT_MAX
((
int
)(~
0U
>>
1
))
#define
INT_MIN
(-
INT_MAX
-
1
)
#endif
/* _DUMMY_LIMITS_H */