summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/memblock.h')
-rw-r--r--src/include/ipxe/memblock.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/ipxe/memblock.h b/src/include/ipxe/memblock.h
deleted file mode 100644
index 2bb38c460..000000000
--- a/src/include/ipxe/memblock.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _IPXE_MEMBLOCK_H
-#define _IPXE_MEMBLOCK_H
-
-/** @file
- *
- * Largest memory block
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <stdint.h>
-#include <ipxe/uaccess.h>
-
-extern size_t largest_memblock ( userptr_t *start );
-
-#endif /* _IPXE_MEMBLOCK_H */