Massive patch for the first months work adding System FC to GHC #15
[ghc-hetmet.git] / rts / OSMem.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The University of Glasgow 2006
4  *
5  * OS-specific memory management
6  *
7  * ---------------------------------------------------------------------------*/
8
9 lnat getPageSize (void);
10 void setExecutable (void *p, lnat len, rtsBool exec);