android_kernel_samsung_msm8976/include/linux/knox_kap.h

17 lines
276 B
C

/*
* include/linux/knox_rp.h
*
* Include file for the KNOX RP 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 */