Capability print functions shifted to l4lib and various capability.h

cleaned
This commit is contained in:
Amit Mahajan
2009-12-08 13:02:48 +05:30
parent 2d4a785231
commit 8d2571cd1f
14 changed files with 141 additions and 387 deletions

View File

@@ -17,7 +17,6 @@ void copy_boot_capabilities();
int sys_request_cap(struct tcb *sender, struct capability *c);
void cap_print(struct capability *cap);
void cap_list_print(struct cap_list *cap_list);
void setup_caps();
#endif /* __MM0_CAPABILITY_H__ */