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

View file

@ -0,0 +1,15 @@
#ifndef __SEIREN_IOCTL_H
#define __SEIREN_IOCTL_H
#define SEIREN_IOCTL_CH_CREATE (0x1001)
#define SEIREN_IOCTL_CH_DESTROY (0x1002)
#define SEIREN_IOCTL_CH_EXE (0x1003)
#define SEIREN_IOCTL_CH_SET_PARAMS (0x2001)
#define SEIREN_IOCTL_CH_GET_PARAMS (0x2002)
#define SEIREN_IOCTL_CH_RESET (0x2003)
#define SEIREN_IOCTL_CH_FLUSH (0x2004)
#define SEIREN_IOCTL_CH_CONFIG (0x2005)
#define SEIREN_IOCTL_FX_EXT (0x4000)
#define SEIREN_IOCTL_ELPE_DONE (0x5000)
#endif /* __SEIREN_IOCTL_H */