diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/apm_bios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index 9754baa149..01a6244c9b 100644 --- a/include/linux/apm_bios.h +++ b/include/linux/apm_bios.h | |||
| @@ -18,6 +18,9 @@ | |||
| 18 | 18 | ||
| 19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
| 20 | 20 | ||
| 21 | typedef unsigned short apm_event_t; | ||
| 22 | typedef unsigned short apm_eventinfo_t; | ||
| 23 | |||
| 21 | struct apm_bios_info { | 24 | struct apm_bios_info { |
| 22 | __u16 version; | 25 | __u16 version; |
| 23 | __u16 cseg; | 26 | __u16 cseg; |
| @@ -32,9 +35,6 @@ struct apm_bios_info { | |||
| 32 | 35 | ||
| 33 | #ifdef __KERNEL__ | 36 | #ifdef __KERNEL__ |
| 34 | 37 | ||
| 35 | typedef unsigned short apm_event_t; | ||
| 36 | typedef unsigned short apm_eventinfo_t; | ||
| 37 | |||
| 38 | #define APM_CS (GDT_ENTRY_APMBIOS_BASE * 8) | 38 | #define APM_CS (GDT_ENTRY_APMBIOS_BASE * 8) |
| 39 | #define APM_CS_16 (APM_CS + 8) | 39 | #define APM_CS_16 (APM_CS + 8) |
| 40 | #define APM_DS (APM_CS_16 + 8) | 40 | #define APM_DS (APM_CS_16 + 8) |
