mirror of
https://github.com/drasko/codezero.git
synced 2026-03-02 02:33:12 +01:00
Capability print functions shifted to l4lib and various capability.h
cleaned
This commit is contained in:
12
conts/libl4/include/l4lib/capability/cap_print.h
Normal file
12
conts/libl4/include/l4lib/capability/cap_print.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#ifndef __CAP_PRINT_H__
|
||||
#define __CAP_PRINT_H__
|
||||
|
||||
#include <l4/api/capability.h>
|
||||
#include <l4/generic/cap-types.h>
|
||||
|
||||
void cap_dev_print(struct capability *cap);
|
||||
void cap_print(struct capability *cap);
|
||||
void cap_array_print(int total_caps, struct capability *caparray);
|
||||
|
||||
#endif /* __CAP_PRINT_H__*/
|
||||
Reference in New Issue
Block a user