blob: 8c09627a1ddd02028a2ed0592212e19688ceb2c8 [file] [log] [blame]
Hariprasad Dhalinarasimha23a082e2014-01-16 17:06:38 -08001#ifndef _QRNG_H_
2#define _QRNG_H_
Divya Sharma7a97ec62013-12-03 17:29:17 -08003
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 Dhalinarasimha23a082e2014-01-16 17:06:38 -080012#endif /* _QRNG_H_ */