Port liballoc to userspace
This commit is contained in:
@@ -27,5 +27,6 @@ int proc_mutex_lock (int mutex_rid);
|
||||
int proc_mutex_unlock (int mutex_rid);
|
||||
int proc_spawn_thread (uintptr_t vstack_top, size_t stack_size, void* entry);
|
||||
int proc_sched (void);
|
||||
int proc_translate_resource_mem (uintptr_t vaddr);
|
||||
|
||||
#endif // _LIBMSL_M_PROC_H
|
||||
|
||||
6
libmsl/m/status.h
Normal file
6
libmsl/m/status.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _LIBMSL_M_STATUS_H
|
||||
#define _LIBMSL_M_STATUS_H
|
||||
|
||||
#include <m/syscall.h>
|
||||
|
||||
#endif // _LIBMSL_M_STATUS_H
|
||||
Reference in New Issue
Block a user