[ACPI]
[reactos.git] / reactos / drivers / bus / acpi / include / acpi_bus.h
index fa264a1..d2dc22d 100644 (file)
@@ -73,6 +73,8 @@ enum acpi_bus_device_type {
        ACPI_BUS_TYPE_SYSTEM,
        ACPI_BUS_TYPE_POWER_BUTTON,
        ACPI_BUS_TYPE_SLEEP_BUTTON,
+       ACPI_BUS_TYPE_POWER_BUTTONF,
+       ACPI_BUS_TYPE_SLEEP_BUTTONF,
        ACPI_BUS_DEVICE_TYPE_COUNT
 };
 
@@ -318,6 +320,7 @@ int acpi_bus_set_power(ACPI_HANDLE handle, int state);
 BOOLEAN acpi_bus_power_manageable(ACPI_HANDLE handle);
 BOOLEAN acpi_bus_can_wakeup(ACPI_HANDLE handle);
 int acpi_bus_generate_proc_event(struct acpi_device *device, UINT8 type, int data);
+int acpi_bus_generate_event(struct acpi_device *device, UINT8 type, int data);
 int acpi_bus_receive_event(struct acpi_bus_event *event);
 int acpi_bus_register_driver(struct acpi_driver *driver);
 void acpi_bus_unregister_driver(struct acpi_driver *driver);
@@ -328,6 +331,9 @@ int acpi_bus_start(struct acpi_device *device);
 ACPI_STATUS acpi_bus_get_ejd(ACPI_HANDLE handle, ACPI_HANDLE * ejd);
 int acpi_match_device_ids(struct acpi_device *device,
                          const struct acpi_device_id *ids);
+int acpi_bus_get_device(ACPI_HANDLE handle, struct acpi_device **device);
+int acpi_init(void);
+ACPI_STATUS acpi_suspend (UINT32 state);
 
 /*
  * Bind physical devices with ACPI devices