|
Linux Kernel
3.7.1
|
#include <linux/time.h>#include <linux/kmsg_dump.h>#include <linux/mutex.h>#include <linux/types.h>#include <linux/spinlock.h>#include <linux/errno.h>Go to the source code of this file.
Data Structures | |
| struct | pstore_info |
Enumerations | |
| enum | pstore_type_id { PSTORE_TYPE_DMESG = 0, PSTORE_TYPE_MCE = 1, PSTORE_TYPE_CONSOLE = 2, PSTORE_TYPE_FTRACE = 3, PSTORE_TYPE_UNKNOWN = 255 } |
| enum pstore_type_id |
1.8.2