|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/uaccess.h>#include <acpi/apei.h>#include <linux/miscdevice.h>#include "apei-internal.h"Go to the source code of this file.
Macros | |
| #define | ERST_DBG_PFX "ERST DBG: " |
| #define | ERST_DBG_RECORD_LEN_MAX 0x4000 |
Functions | |
| module_init (erst_dbg_init) | |
| module_exit (erst_dbg_exit) | |
| MODULE_AUTHOR ("Huang Ying") | |
| MODULE_DESCRIPTION ("APEI Error Record Serialization Table debug support") | |
| MODULE_LICENSE ("GPL") | |
| #define ERST_DBG_PFX "ERST DBG: " |
Definition at line 34 of file erst-dbg.c.
| #define ERST_DBG_RECORD_LEN_MAX 0x4000 |
Definition at line 36 of file erst-dbg.c.
| MODULE_AUTHOR | ( | "Huang Ying" | ) |
| module_exit | ( | erst_dbg_exit | ) |
| module_init | ( | erst_dbg_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2