2 * Copyright 2001-2002 Pavel Machek <pavel@suse.cz>
4 * Copyright 2001 Patrick Mochel <mochel@osdl.org>
6 #ifndef _ASM_X86_SUSPEND_32_H
7 #define _ASM_X86_SUSPEND_32_H
12 static inline int arch_prepare_suspend(void) { return 0; }
14 /* image of the saved processor state */
15 struct saved_context
{
17 unsigned long cr0
, cr2
, cr3
, cr4
;
19 bool misc_enable_saved
;
26 unsigned long return_address
;
27 } __attribute__((packed
));
29 #endif /* _ASM_X86_SUSPEND_32_H */