wok diff linld/stuff/src/COMMON.H @ rev 19781

mate-control-center; update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 22 09:33:32 2017 +0100 (2017-02-22)
parents e428345df29a
children 9e8f9b54bd83
line diff
     1.1 --- a/linld/stuff/src/COMMON.H	Thu Dec 22 21:06:17 2016 +0100
     1.2 +++ b/linld/stuff/src/COMMON.H	Wed Feb 22 09:33:32 2017 +0100
     1.3 @@ -22,6 +22,8 @@
     1.4  const u16 _32k = 32*1024u;
     1.5  const u32 _64k = 64*1024ul;
     1.6  const u32 _1m = 1024ul*1024ul;
     1.7 +const u32 _32m = 32*1024ul*1024ul;
     1.8 +const u32 _64m = 64*1024ul*1024ul;
     1.9  
    1.10  const PAGE_BITS = 12;
    1.11  const PAGE_SIZE = 1<<PAGE_BITS;
    1.12 @@ -49,6 +51,9 @@
    1.13      u16 fd2close;
    1.14  } pm, initrd;
    1.15  
    1.16 +extern int skip_alloc;
    1.17 +extern u32 base_himem;
    1.18 +
    1.19  extern "C" void memcpy_image(struct image_himem *m);
    1.20  extern "C" void storepage(u32 *dst, u16 src);
    1.21  #ifdef LARGE_IMAGES