#ifndef KMALLOC_H #define KMALLOC_H #include #define kmalloc(x,y) malloc(x) #endif /* KMALLOC_H */