wok view linld/stuff/src/HIMEM.INC @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents 5b6c86ca3faa
children 6b6d14c9f7e9
line source
1 struc image_himem ;struct image_himem {
2 fd dw ? ; 0 int fd;
3 fallback dd ? ; 2 u32 fallback;
4 size dd ? ; 6 u32 size;
5 remaining dd ? ;10 u32 remaining;
6 buf dd ? ;14 u32 buf;
7 bufv dw ? ;18 u32 *bufv;
8 chunk_size dd ? ;20 u32 chunk_size;
9 state dw ? ;24 u16 state;
10 fd2close dw ? ;26 u16 fd2close;
11 ends image_himem ;};