mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
15 lines
491 B
C
15 lines
491 B
C
#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 */
|