Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
kmsg_dump.h File Reference
#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
}
 

Enumeration Type Documentation

Enumerator:
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.