aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hidemem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/hidemem.h')
-rw-r--r--src/include/gpxe/hidemem.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/include/gpxe/hidemem.h b/src/include/gpxe/hidemem.h
index 547f88815..010fdb582 100644
--- a/src/include/gpxe/hidemem.h
+++ b/src/include/gpxe/hidemem.h
@@ -8,16 +8,8 @@
*
*/
-/**
- * Unique IDs for hidden regions
- */
-enum hidemem_region_id {
- TEXT = 0,
- BASEMEM,
- EXTMEM,
-};
+#include <stdint.h>
-extern void hide_region ( unsigned int region_id, physaddr_t start,
- physaddr_t end );
+extern void hide_umalloc ( physaddr_t start, physaddr_t end );
#endif /* _GPXE_HIDEMEM_H */