mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
16
include/linux/knox_kap.h
Normal file
16
include/linux/knox_kap.h
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue