qrng.h 206 B

12345678910111213
  1. #ifndef _QRNG_H_
  2. #define _QRNG_H_
  3. #include <linux/types.h>
  4. #include <linux/ioctl.h>
  5. #define QRNG_IOC_MAGIC 0x100
  6. #define QRNG_IOCTL_RESET_BUS_BANDWIDTH\
  7. _IO(QRNG_IOC_MAGIC, 1)
  8. #endif /* _QRNG_H_ */