Changes from Eric for Alpha and other support
This commit is contained in:
parent
1bb9d68a20
commit
227ca052f7
26 changed files with 1846 additions and 157 deletions
7
src/include/kmalloc.h
Normal file
7
src/include/kmalloc.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef KMALLOC_H
|
||||
#define KMALLOC_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#define kmalloc(x,y) malloc(x)
|
||||
|
||||
#endif /* KMALLOC_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue