mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 11:23:16 +01:00
Added forgotten header
This commit is contained in:
11
conts/posix/test0/include/capability.h
Normal file
11
conts/posix/test0/include/capability.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __TEST0_CAP_H__
|
||||
#define __TEST0_CAP_H__
|
||||
|
||||
|
||||
#include <l4lib/capability.h>
|
||||
#include <l4/generic/cap-types.h>
|
||||
#include <l4/api/capability.h>
|
||||
|
||||
int cap_request_pager(struct capability *cap);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user