blob: fc59d7e9c5e84da498691c753af96a092799fdbb [file] [log] [blame]
/*
* include/linux/knox_kap.h
*
* Include file for the KNOX KAP mode.
*/
#ifndef _LINUX_KNOX_KAP_H
#define _LINUX_KNOX_KAP_H
#include <linux/types.h>
extern const struct file_operations knox_kap_fops;
extern unsigned int knox_kap_status;
#endif /* _LINUX_KNOX_KAP_H */