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_VMCORE_H 8 #define _UAPI_VMCORE_H 9 #include <linux/types.h> 10 #define VMCOREDD_NOTE_NAME "LINUX" 11 #define VMCOREDD_MAX_NAME_BYTES 44 12 struct vmcoredd_header { 13 __u32 n_namesz; 14 __u32 n_descsz; 15 __u32 n_type; 16 __u8 name[8]; 17 __u8 dump_name[VMCOREDD_MAX_NAME_BYTES]; 18 }; 19 #endif 20