Fixed MTP to work with TWRP

This commit is contained in:
awab228 2018-06-19 23:16:04 +02:00
commit f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions

16
include/linux/knox_kap.h Normal file
View file

@ -0,0 +1,16 @@
/*
* 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 */