summaryrefslogtreecommitdiff
path: root/intel/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'intel/mm.h')
-rw-r--r--intel/mm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/intel/mm.h b/intel/mm.h
index a6ee1022..c7dd8b01 100644
--- a/intel/mm.h
+++ b/intel/mm.h
@@ -65,13 +65,6 @@ extern struct mem_block *mmAllocMem(struct mem_block *heap, int size,
extern int mmFreeMem(struct mem_block *b);
/**
- * Free block starts at offset
- * input: pointer to a heap, start offset
- * return: pointer to a block
- */
-extern struct mem_block *mmFindBlock(struct mem_block *heap, int start);
-
-/**
* destroy MM
*/
extern void mmDestroy(struct mem_block *mmInit);