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