android_kernel_samsung_univ.../include/linux/knox_kap.h
BlackMesa123 7608e6b787 A530FXXU2BRG1
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
2018-07-16 20:05:35 +02:00

17 lines
278 B
C

/*
* 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 */