modify include lines and Makefiles
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef __HEADER_KMALLOC_H
|
||||
#define __HEADER_KMALLOC_H
|
||||
|
||||
#include <aal/mm.h>
|
||||
#include <ihk/mm.h>
|
||||
|
||||
void *kmalloc(int size, enum aal_mc_ap_flag flag);
|
||||
void kfree(void *ptr);
|
||||
|
||||
Reference in New Issue
Block a user