hidemem.h

Go to the documentation of this file.
00001 #ifndef _GPXE_HIDEMEM_H
00002 #define _GPXE_HIDEMEM_H
00003 
00004 /**
00005  * @file
00006  *
00007  * Hidden memory regions
00008  *
00009  */
00010 
00011 FILE_LICENCE ( GPL2_OR_LATER );
00012 
00013 #include <stdint.h>
00014 
00015 extern void hide_umalloc ( physaddr_t start, physaddr_t end );
00016 
00017 #endif /* _GPXE_HIDEMEM_H */

Generated on Tue Apr 6 20:01:07 2010 for gPXE by  doxygen 1.5.7.1