#ifndef _KERNEL_PROC_CAPABILITY_H #define _KERNEL_PROC_CAPABILITY_H #define PROC_CAP_TERMINAL (1 << 0) #define PROC_CAP_KB (1 << 1) #endif // _KERNEL_PROC_CAPABILITY_H