acpi_drivers.h (44342f9e8dfbe8c0fadf940bf6b5c2eaaffe6850) | acpi_drivers.h (bdd7279919f682da8752fb47784a1ee302f8b7ea) |
---|---|
1/* 2 * acpi_drivers.h ($Revision: 31 $) 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 * --- 17 unchanged lines hidden (view full) --- 26#ifndef __ACPI_DRIVERS_H__ 27#define __ACPI_DRIVERS_H__ 28 29#include <linux/acpi.h> 30#include <acpi/acpi_bus.h> 31 32#define ACPI_MAX_STRING 80 33 | 1/* 2 * acpi_drivers.h ($Revision: 31 $) 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 * --- 17 unchanged lines hidden (view full) --- 26#ifndef __ACPI_DRIVERS_H__ 27#define __ACPI_DRIVERS_H__ 28 29#include <linux/acpi.h> 30#include <acpi/acpi_bus.h> 31 32#define ACPI_MAX_STRING 80 33 |
34/* 35 * Please update drivers/acpi/debug.c and Documentation/acpi/debug.txt 36 * if you add to this list. 37 */ |
|
34#define ACPI_BUS_COMPONENT 0x00010000 35#define ACPI_AC_COMPONENT 0x00020000 36#define ACPI_BATTERY_COMPONENT 0x00040000 37#define ACPI_BUTTON_COMPONENT 0x00080000 38#define ACPI_SBS_COMPONENT 0x00100000 39#define ACPI_FAN_COMPONENT 0x00200000 40#define ACPI_PCI_COMPONENT 0x00400000 41#define ACPI_POWER_COMPONENT 0x00800000 --- 127 unchanged lines hidden --- | 38#define ACPI_BUS_COMPONENT 0x00010000 39#define ACPI_AC_COMPONENT 0x00020000 40#define ACPI_BATTERY_COMPONENT 0x00040000 41#define ACPI_BUTTON_COMPONENT 0x00080000 42#define ACPI_SBS_COMPONENT 0x00100000 43#define ACPI_FAN_COMPONENT 0x00200000 44#define ACPI_PCI_COMPONENT 0x00400000 45#define ACPI_POWER_COMPONENT 0x00800000 --- 127 unchanged lines hidden --- |