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;