brintos

brintos / linux-shallow public Read only

0
0
Text · 248 B · 7ad4dd0 Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2#ifndef _UAPI_ASM_GENERIC_TYPES_H3#define _UAPI_ASM_GENERIC_TYPES_H4/*5 * int-ll64 is used everywhere now.6 */7#include <asm-generic/int-ll64.h>8 9#endif /* _UAPI_ASM_GENERIC_TYPES_H */10