From ceaa15b6a7812b122e6dc4115186a2711d7e7108 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Thu, 9 Jul 2009 18:24:27 +0000 Subject: [PATCH] Forgot this, thanks to Andrea Bernardi! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31488 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/system/arch/x86/apm_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/system/arch/x86/apm_defs.h b/headers/private/system/arch/x86/apm_defs.h index b0cfa1f8fb..88a9187e56 100644 --- a/headers/private/system/arch/x86/apm_defs.h +++ b/headers/private/system/arch/x86/apm_defs.h @@ -13,7 +13,7 @@ #define APM_SYSCALLS "apm" #define APM_GET_BATTERY_INFO 1 -struct battery_info { +struct apm_battery_info { bool online; int32 percent; time_t time_left;