acpi_bus.h (f4b96f5e4ff8d86699c851c10245e102809b0331) | acpi_bus.h (952c63e9512b63220886105cfc791507046fa39a) |
---|---|
1/* 2 * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 42 unchanged lines hidden (view full) --- 51 struct acpi_object_list *arguments, 52 struct acpi_handle_list *list); 53acpi_status 54acpi_evaluate_hotplug_ost(acpi_handle handle, u32 source_event, 55 u32 status_code, struct acpi_buffer *status_buf); 56 57acpi_status 58acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld); | 1/* 2 * acpi_bus.h - ACPI Bus Driver ($Revision: 22 $) 3 * 4 * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> 5 * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> 6 * 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 * --- 42 unchanged lines hidden (view full) --- 51 struct acpi_object_list *arguments, 52 struct acpi_handle_list *list); 53acpi_status 54acpi_evaluate_hotplug_ost(acpi_handle handle, u32 source_event, 55 u32 status_code, struct acpi_buffer *status_buf); 56 57acpi_status 58acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld); |
59 60bool acpi_has_method(acpi_handle handle, char *name); 61 |
|
59#ifdef CONFIG_ACPI 60 61#include <linux/proc_fs.h> 62 63#define ACPI_BUS_FILE_ROOT "acpi" 64extern struct proc_dir_entry *acpi_root_dir; 65 66enum acpi_bus_device_type { --- 480 unchanged lines hidden --- | 62#ifdef CONFIG_ACPI 63 64#include <linux/proc_fs.h> 65 66#define ACPI_BUS_FILE_ROOT "acpi" 67extern struct proc_dir_entry *acpi_root_dir; 68 69enum acpi_bus_device_type { --- 480 unchanged lines hidden --- |