Hariprasad Dhalinarasimha | a02803a | 2014-01-16 17:06:38 -0800 | [diff] [blame^] | 1 | #ifndef _QRNG_H_ |
2 | #define _QRNG_H_ | ||||
3 | |||||
4 | #include <linux/types.h> | ||||
5 | #include <linux/ioctl.h> | ||||
6 | |||||
7 | #define QRNG_IOC_MAGIC 0x100 | ||||
8 | |||||
9 | #define QRNG_IOCTL_RESET_BUS_BANDWIDTH\ | ||||
10 | _IO(QRNG_IOC_MAGIC, 1) | ||||
11 | |||||
12 | #endif /* _QRNG_H_ */ |