![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _UAPI_VMCORE_H 0003 #define _UAPI_VMCORE_H 0004 0005 #include <linux/types.h> 0006 0007 #define VMCOREDD_NOTE_NAME "LINUX" 0008 #define VMCOREDD_MAX_NAME_BYTES 44 0009 0010 struct vmcoredd_header { 0011 __u32 n_namesz; /* Name size */ 0012 __u32 n_descsz; /* Content size */ 0013 __u32 n_type; /* NT_VMCOREDD */ 0014 __u8 name[8]; /* LINUX\0\0\0 */ 0015 __u8 dump_name[VMCOREDD_MAX_NAME_BYTES]; /* Device dump's name */ 0016 }; 0017 0018 #endif /* _UAPI_VMCORE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |