#ifndef __LINUX_TYPES_WRAPPER_H #define __LINUX_TYPES_WRAPPER_H 1 #include_next #ifndef HAVE_CSUM_TYPES typedef __u16 __bitwise __sum16; typedef __u32 __bitwise __wsum; #endif #ifndef HAVE_BOOL_TYPE typedef _Bool bool; #endif /* !HAVE_BOOL_TYPE */ #endif