mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 20:03:16 +01:00
15 lines
264 B
C
15 lines
264 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 print_capability(struct capability *cap);
|
|
|
|
int read_pager_capabilities();
|
|
|
|
|
|
|
|
#endif /* __CAPABILITY_H__ */
|