Home
last modified time | relevance | path

Searched defs:swsusp_header (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/gplinclude/disk/
Dswsusp.h10 struct swsusp_header { struct
11 char reserved[PAGE_SIZE - 20 - sizeof(unsigned long) - sizeof(int)];
12 unsigned long image;
13 unsigned int flags; /* Flags to pass to the "boot" kernel */
14 char orig_sig[10];
15 char sig[10];