diff options
Diffstat (limited to 'include/asm-i386/system.h')
| -rw-r--r-- | include/asm-i386/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/system.h b/include/asm-i386/system.h index cfcaa64f00fd..1c056176ea2d 100644 --- a/include/asm-i386/system.h +++ b/include/asm-i386/system.h @@ -349,6 +349,10 @@ extern void __global_restore_flags(unsigned long); void disable_hlt(void); void enable_hlt(void); +extern unsigned long dmi_broken; extern int is_sony_vaio_laptop; +#define BROKEN_ACPI_Sx 0x0001 +#define BROKEN_INIT_AFTER_S1 0x0002 + #endif |
