|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/acpi.h>#include <linux/kdebug.h>#include <linux/highmem.h>#include <linux/io.h>#include <linux/platform_device.h>#include <acpi/apei.h>#include "apei-internal.h"Go to the source code of this file.
Data Structures | |
| struct | ghes_arr |
Macros | |
| #define | HEST_PFX "HEST: " |
Functions | |
| EXPORT_SYMBOL_GPL (hest_disable) | |
| int | apei_hest_parse (apei_hest_func_t func, void *data) |
| EXPORT_SYMBOL_GPL (apei_hest_parse) | |
| __setup ("hest_disable", setup_hest_disable) | |
| void __init | acpi_hest_init (void) |
Variables | |
| bool | hest_disable |
| __setup | ( | "hest_disable" | , |
| setup_hest_disable | |||
| ) |
| EXPORT_SYMBOL_GPL | ( | hest_disable | ) |
| EXPORT_SYMBOL_GPL | ( | apei_hest_parse | ) |
1.8.2