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 /* image of the saved processor state */
13 struct saved_context
{
15 unsigned long cr0
, cr2
, cr3
, cr4
;
17 bool misc_enable_saved
;
24 unsigned long return_address
;
25 } __attribute__((packed
));
27 #endif /* _ASM_X86_SUSPEND_32_H */