Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <asm/sal.h>
Go to the source code of this file.
Data Structures | |
struct | ia64_pdesc |
struct | ia64_nfw_context |
Macros | |
#define | AML_NFW_SPACE 0xA1 |
Functions | |
MODULE_AUTHOR ("Bjorn Helgaas <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("ACPI opregion handler for native firmware calls") | |
module_param_named (force, force_register, bool, 0) | |
MODULE_PARM_DESC (force,"Install opregion handler even without HPQ5001 device") | |
module_init (aml_nfw_init) | |
module_exit (aml_nfw_exit) | |
MODULE_AUTHOR | ( | "Bjorn Helgaas <[email protected]>" | ) |
module_exit | ( | aml_nfw_exit | ) |
module_init | ( | aml_nfw_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |