wok diff linld/stuff/src/HIMEM.INC @ rev 22007

yarock: fix FindTaglib.cmake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 19 10:25:12 2019 +0200 (2019-10-19)
parents
children a946c1651082
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linld/stuff/src/HIMEM.INC	Sat Oct 19 10:25:12 2019 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +struc   image_himem		;struct image_himem {
     1.5 +fd		dw	?	; 0    int fd;
     1.6 +fallback	dd	?	; 2    u32 fallback;
     1.7 +size		dd	?	; 6    u32 size;
     1.8 +remaining	dd	?	;10    u32 remaining;
     1.9 +buf		dd	?	;14    u32 buf;
    1.10 +bufv		dw	?	;18    u32 *bufv;
    1.11 +errmsg		dw	?	;20    char *errmsg;
    1.12 +chunk_size	dd	?	;22    u32 chunk_size;
    1.13 +next_chunk	dw	?	;26    void (*next_chunk)(struct image_himem *);
    1.14 +state		dw	?	;28    u16 state;
    1.15 +fd2close	dw	?	;30    u16 fd2close;
    1.16 +ends	image_himem		;};