diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index fd815f605426..be16f976c531 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -285,16 +285,17 @@ acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status); | |||
285 | */ | 285 | */ |
286 | acpi_status acpi_set_gpe(acpi_handle gpe_device, u32 gpe_number, u8 action); | 286 | acpi_status acpi_set_gpe(acpi_handle gpe_device, u32 gpe_number, u8 action); |
287 | 287 | ||
288 | acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number, u8 type); | 288 | acpi_status |
289 | acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number, u8 gpe_type); | ||
289 | 290 | ||
290 | acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number, u8 type); | 291 | acpi_status |
292 | acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number, u8 gpe_type); | ||
291 | 293 | ||
292 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags); | 294 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number); |
293 | 295 | ||
294 | acpi_status | 296 | acpi_status |
295 | acpi_get_gpe_status(acpi_handle gpe_device, | 297 | acpi_get_gpe_status(acpi_handle gpe_device, |
296 | u32 gpe_number, | 298 | u32 gpe_number, acpi_event_status *event_status); |
297 | u32 flags, acpi_event_status * event_status); | ||
298 | 299 | ||
299 | acpi_status acpi_disable_all_gpes(void); | 300 | acpi_status acpi_disable_all_gpes(void); |
300 | 301 | ||