acpixf.h (0b6c404a07e3240b95aa5682fb8fd57c41609d7a) | acpixf.h (be030a576854238250d70135644cde6a0ba34b0d) |
---|---|
1 2/****************************************************************************** 3 * 4 * Name: acpixf.h - External interfaces to the ACPI subsystem 5 * 6 *****************************************************************************/ 7 8/* --- 38 unchanged lines hidden (view full) --- 47 48/* Current ACPICA subsystem version in YYYYMMDD format */ 49 50#define ACPI_CA_VERSION 0x20120711 51 52#include "acconfig.h" 53#include "actypes.h" 54#include "actbl.h" | 1 2/****************************************************************************** 3 * 4 * Name: acpixf.h - External interfaces to the ACPI subsystem 5 * 6 *****************************************************************************/ 7 8/* --- 38 unchanged lines hidden (view full) --- 47 48/* Current ACPICA subsystem version in YYYYMMDD format */ 49 50#define ACPI_CA_VERSION 0x20120711 51 52#include "acconfig.h" 53#include "actypes.h" 54#include "actbl.h" |
55#include "acbuffer.h" |
|
55 56extern u8 acpi_gbl_permanent_mmap; 57 58/* 59 * Globals that are publicly available, allowing for 60 * run time configuration 61 */ 62extern u32 acpi_dbg_level; --- 76 unchanged lines hidden (view full) --- 139 140acpi_status acpi_remove_interface(acpi_string interface_name); 141 142u32 143acpi_check_address_range(acpi_adr_space_type space_id, 144 acpi_physical_address address, 145 acpi_size length, u8 warn); 146 | 56 57extern u8 acpi_gbl_permanent_mmap; 58 59/* 60 * Globals that are publicly available, allowing for 61 * run time configuration 62 */ 63extern u32 acpi_dbg_level; --- 76 unchanged lines hidden (view full) --- 140 141acpi_status acpi_remove_interface(acpi_string interface_name); 142 143u32 144acpi_check_address_range(acpi_adr_space_type space_id, 145 acpi_physical_address address, 146 acpi_size length, u8 warn); 147 |
148acpi_status 149acpi_decode_pld_buffer(u8 *in_buffer, 150 acpi_size length, struct acpi_pld_info **return_buffer); 151 |
|
147/* 148 * ACPI Memory management 149 */ 150void *acpi_allocate(u32 size); 151 152void *acpi_callocate(u32 size); 153 154void acpi_free(void *address); --- 412 unchanged lines hidden --- | 152/* 153 * ACPI Memory management 154 */ 155void *acpi_allocate(u32 size); 156 157void *acpi_callocate(u32 size); 158 159void acpi_free(void *address); --- 412 unchanged lines hidden --- |