From 34a1c581a3f96c3d79084effc05b069a7392cac9 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Tue, 10 Nov 2009 22:21:19 +0200 Subject: [PATCH] Added forgotten header --- conts/posix/test0/include/capability.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conts/posix/test0/include/capability.h diff --git a/conts/posix/test0/include/capability.h b/conts/posix/test0/include/capability.h new file mode 100644 index 0000000..63a819b --- /dev/null +++ b/conts/posix/test0/include/capability.h @@ -0,0 +1,11 @@ +#ifndef __TEST0_CAP_H__ +#define __TEST0_CAP_H__ + + +#include +#include +#include + +int cap_request_pager(struct capability *cap); + +#endif