Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <acpi/hed.h>
Go to the source code of this file.
Functions | |
MODULE_DEVICE_TABLE (acpi, acpi_hed_ids) | |
int | register_acpi_hed_notifier (struct notifier_block *nb) |
EXPORT_SYMBOL_GPL (register_acpi_hed_notifier) | |
void | unregister_acpi_hed_notifier (struct notifier_block *nb) |
EXPORT_SYMBOL_GPL (unregister_acpi_hed_notifier) | |
module_acpi_driver (acpi_hed_driver) | |
ACPI_MODULE_NAME ("hed") | |
MODULE_AUTHOR ("Huang Ying") | |
MODULE_DESCRIPTION ("ACPI Hardware Error Device Driver") | |
MODULE_LICENSE ("GPL") | |
ACPI_MODULE_NAME | ( | "hed" | ) |
EXPORT_SYMBOL_GPL | ( | register_acpi_hed_notifier | ) |
EXPORT_SYMBOL_GPL | ( | unregister_acpi_hed_notifier | ) |
module_acpi_driver | ( | acpi_hed_driver | ) |
MODULE_AUTHOR | ( | "Huang Ying" | ) |
MODULE_DEVICE_TABLE | ( | acpi | , |
acpi_hed_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
int register_acpi_hed_notifier | ( | struct notifier_block * | nb | ) |
void unregister_acpi_hed_notifier | ( | struct notifier_block * | nb | ) |