|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/list.h>Go to the source code of this file.
Data Structures | |
| struct | kmsg_dumper |
Enumerations | |
| enum | kmsg_dump_reason { KMSG_DUMP_UNDEF, KMSG_DUMP_PANIC, KMSG_DUMP_OOPS, KMSG_DUMP_EMERG, KMSG_DUMP_RESTART, KMSG_DUMP_HALT, KMSG_DUMP_POWEROFF } |
| enum kmsg_dump_reason |
| KMSG_DUMP_UNDEF | |
| KMSG_DUMP_PANIC | |
| KMSG_DUMP_OOPS | |
| KMSG_DUMP_EMERG | |
| KMSG_DUMP_RESTART | |
| KMSG_DUMP_HALT | |
| KMSG_DUMP_POWEROFF |
Definition at line 23 of file kmsg_dump.h.
1.8.2