Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
swsusp_header Struct Reference

Data Fields

char reserved [PAGE_SIZE-20-sizeof(sector_t)-sizeof(int)-sizeof(u32)]
 
u32 crc32
 
sector_t image
 
unsigned int flags
 
char orig_sig [10]
 
char sig [10]
 

Detailed Description

Definition at line 96 of file swap.c.

Field Documentation

u32 crc32

Definition at line 99 of file swap.c.

unsigned int flags

Definition at line 101 of file swap.c.

sector_t image

Definition at line 100 of file swap.c.

char orig_sig[10]

Definition at line 102 of file swap.c.

Definition at line 98 of file swap.c.

char sig[10]

Definition at line 103 of file swap.c.


The documentation for this struct was generated from the following file: