summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/hidemem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/hidemem.h')
-rw-r--r--gpxe/src/include/gpxe/hidemem.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpxe/src/include/gpxe/hidemem.h b/gpxe/src/include/gpxe/hidemem.h
deleted file mode 100644
index 01b3fc24..00000000
--- a/gpxe/src/include/gpxe/hidemem.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _GPXE_HIDEMEM_H
-#define _GPXE_HIDEMEM_H
-
-/**
- * @file
- *
- * Hidden memory regions
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <stdint.h>
-
-extern void hide_umalloc ( physaddr_t start, physaddr_t end );
-
-#endif /* _GPXE_HIDEMEM_H */