1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_LINUX_STDDEF_H 8 #define _UAPI_LINUX_STDDEF_H 9 #include <linux/compiler_types.h> 10 #ifndef __always_inline 11 #define __always_inline inline 12 #endif 13 #define __struct_group(TAG,NAME,ATTRS,MEMBERS...) union { struct { MEMBERS } ATTRS; struct TAG { MEMBERS } ATTRS NAME; } ATTRS 14 #ifdef __cplusplus 15 #define __DECLARE_FLEX_ARRAY(T,member) T member[0] 16 #else 17 #define __DECLARE_FLEX_ARRAY(TYPE,NAME) struct { struct { } __empty_ ##NAME; TYPE NAME[]; } 18 #endif 19 #ifndef __counted_by 20 #define __counted_by(m) 21 #endif 22 #endif 23