Iliyan Malchev | 276313e | 2010-02-02 11:56:26 -0800 | [diff] [blame^] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | **************************************************************************** |
| 11 | ****************************************************************************/ |
| 12 | #ifndef _LINUX_TPA2018D1_H |
| 13 | #define _LINUX_TPA2018D1_H |
| 14 | |
| 15 | #include <linux/ioctl.h> |
| 16 | |
| 17 | #define TPA2018_IOCTL_MAGIC 'a' |
| 18 | #define TPA2018_SET_CONFIG _IOW(TPA2018_IOCTL_MAGIC, 1, unsigned) |
| 19 | #define TPA2018_READ_CONFIG _IOR(TPA2018_IOCTL_MAGIC, 2, unsigned) |
| 20 | #define TPA2018_SET_PARAM _IOW(TPA2018_IOCTL_MAGIC, 3, unsigned) |
| 21 | #define TPA2018_SET_MODE _IOW(TPA2018_IOCTL_MAGIC, 4, unsigned) |
| 22 | |
| 23 | #endif |
| 24 | |
| 25 | |