mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
13 lines
252 B
C
13 lines
252 B
C
#ifndef __CAPABILITY_H__
|
|
#define __CAPABILITY_H__
|
|
|
|
#include <l4/api/capability.h>
|
|
#include <l4/generic/capability.h>
|
|
#include <l4/generic/cap-types.h>
|
|
|
|
void capability_print(struct capability *cap);
|
|
|
|
int caps_read_all();
|
|
|
|
#endif /* __CAPABILITY_H__ */
|