Hariprasad Dhalinarasimha | 23a082e | 2014-01-16 17:06:38 -0800 | [diff] [blame] | 1 | #ifndef _QRNG_H_ |
2 | #define _QRNG_H_ | ||||
Divya Sharma | 7a97ec6 | 2013-12-03 17:29:17 -0800 | [diff] [blame] | 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 | |||||
Hariprasad Dhalinarasimha | 23a082e | 2014-01-16 17:06:38 -0800 | [diff] [blame] | 12 | #endif /* _QRNG_H_ */ |