/* * Syscall API for capability manipulation * * Copyright (C) 2009 Bahadir Balban */ #ifndef __API_CAPABILITY_H__ #define __API_CAPABILITY_H__ /* Capability syscall request types */ #define CAP_CONTROL_NCAPS 0 #define CAP_CONTROL_READ_CAPS 1 #endif /* __API_CAPABILITY_H__ */