Some small cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33632 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2009-10-18 09:31:57 +00:00
parent b24366c6d8
commit 4740a17020
2 changed files with 78 additions and 78 deletions
@@ -6,19 +6,19 @@
* Clemens Zeidler, [email protected] * Clemens Zeidler, [email protected]
*/ */
#include <KernelExport.h> #include "acpi_battery.h"
#include <Drivers.h>
#include <Errors.h>
#include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <kernel/arch/x86/arch_cpu.h> #include <Drivers.h>
#include <Errors.h>
#include <KernelExport.h>
#include <ACPI.h> #include <ACPI.h>
#include "acpi_battery.h"
#include <condition_variable.h> #include <condition_variable.h>
#include <kernel/arch/x86/arch_cpu.h>
#define ACPI_BATTERY_DRIVER_NAME "drivers/power/acpi_battery/driver_v1" #define ACPI_BATTERY_DRIVER_NAME "drivers/power/acpi_battery/driver_v1"
#define ACPI_BATTERY_DEVICE_NAME "drivers/power/acpi_battery/device_v1" #define ACPI_BATTERY_DEVICE_NAME "drivers/power/acpi_battery/device_v1"
@@ -47,4 +47,4 @@ struct battery_device_cookie {
void battery_notify_handler(acpi_handle device, uint32 value, void *context); void battery_notify_handler(acpi_handle device, uint32 value, void *context);
#endif /* _EST_H */ #endif