Linux Kernel
3.7.1
|
#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"
#include "acevents.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EVENTS |
#define _COMPONENT ACPI_EVENTS |
Definition at line 51 of file evxfregn.c.
acpi_status acpi_install_address_space_handler | ( | acpi_handle | device, |
acpi_adr_space_type | space_id, | ||
acpi_adr_space_handler | handler, | ||
acpi_adr_space_setup | setup, | ||
void * | context | ||
) |
Definition at line 76 of file evxfregn.c.
acpi_status acpi_remove_address_space_handler | ( | acpi_handle | device, |
acpi_adr_space_type | space_id, | ||
acpi_adr_space_handler | handler | ||
) |
Definition at line 170 of file evxfregn.c.