This file defines constants for /proc/ccs/ interface. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa Signed-off-by: Toshiharu Harada --- include/linux/ccs_proc.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) --- /dev/null +++ linux-2.6.25-rc8-mm1/include/linux/ccs_proc.h @@ -0,0 +1,31 @@ +/* + * include/linux/ccs_proc.h + * + * /proc/ccs/ interface for SAKURA and TOMOYO. + * + * Copyright (C) 2005-2008 NTT DATA CORPORATION + * + * Version: 1.6.0 2008/04/01 + * + */ + +#ifndef _LINUX_CCS_PROC_H +#define _LINUX_CCS_PROC_H + +/* Indexes for /proc/ccs/ interfaces. */ +#define CCS_DOMAINPOLICY 0 +#define CCS_EXCEPTIONPOLICY 1 +#define CCS_SYSTEMPOLICY 2 +#define CCS_DOMAIN_STATUS 3 +#define CCS_PROCESS_STATUS 4 +#define CCS_MEMINFO 5 +#define CCS_GRANTLOG 6 +#define CCS_REJECTLOG 7 +#define CCS_SELFDOMAIN 8 +#define CCS_VERSION 9 +#define CCS_PROFILE 10 +#define CCS_QUERY 11 +#define CCS_MANAGER 12 +#define CCS_UPDATESCOUNTER 13 + +#endif -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/