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

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
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 ;};