mirror of
https://github.com/drasko/codezero.git
synced 2026-04-17 17:29:04 +02:00
Fixed most of userspace (mm0) for capability manipulation
This commit is contained in:
@@ -42,7 +42,8 @@ int l4_ipc(l4id_t to, l4id_t from, u32 flags);
|
||||
|
||||
typedef int (*__l4_capability_control_t)(unsigned int req, unsigned int flags, void *buf);
|
||||
extern __l4_capability_control_t __l4_capability_control;
|
||||
int l4_capability_control(unsigned int req, unsigned int flags, void *buf);
|
||||
int l4_capability_control(unsigned int req, unsigned int flags,
|
||||
l4id_t capid, l4id_t tid, void *buf);
|
||||
|
||||
typedef int (*__l4_map_t)(void *phys, void *virt,
|
||||
u32 npages, u32 flags, l4id_t tid);
|
||||
|
||||
Reference in New Issue
Block a user