ACPICA: create acpica/ directory

also, delete sleep/ and delete ACPI_CFLAGS from Makefile

Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Len Brown
2009-01-09 00:13:17 -05:00
parent 6620e0c49f
commit 95b482a8d3
124 changed files with 53 additions and 101 deletions

7
drivers/acpi/sleep.h Normal file
View File

@@ -0,0 +1,7 @@
extern u8 sleep_states[];
extern int acpi_suspend (u32 state);
extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
extern void acpi_enable_wakeup_device(u8 sleep_state);
extern void acpi_disable_wakeup_device(u8 sleep_state);