enable the new framebuffer resizing code.
[AROS.git] / rom / hidds / acpi / button / include / acpibutton.h
blobe108464a4b0d71eda99d4b41ce6a766574fe16cf
1 #ifndef HIDD_ACPIBUTTON_H
2 #define HIDD_ACPIBUTTON_H
4 /* ACPI Button interface */
5 #include <interface/HW_ACPIButton.h>
7 #define CLID_HW_ACPIButton "hw.acpi.button"
9 #define IS_HWACPIBUTTON_ATTR(attr, idx) IS_IF_ATTR(attr, idx, HWACPIButtonAB, num_HW_ACPIButton_Attrs)
11 /* Button types */
12 enum {
13 vHW_ACPIButton_Power,
14 vHW_ACPIButton_PowerF,
15 vHW_ACPIButton_Sleep,
16 vHW_ACPIButton_SleepF,
17 vHW_ACPIButton_Lid
21 #endif /* !HIDD_ACPIBUTTON_H */