Add include/linux/qrng.h

Change-Id: Ia43fdace113b2cdf7ae2dde69bb39347b896e549
This commit is contained in:
followmsi 2023-02-27 23:19:15 +01:00
parent 15acebb33e
commit 0bd3f853ab
1 changed files with 13 additions and 0 deletions

13
include/linux/qrng.h Normal file
View File

@ -0,0 +1,13 @@
#ifndef _QRNG_H_
#define _QRNG_H_
#include <linux/types.h>
#include <linux/ioctl.h>
#define QRNG_IOC_MAGIC 0x100
#define QRNG_IOCTL_RESET_BUS_BANDWIDTH\
_IO(QRNG_IOC_MAGIC, 1)
#endif /* _QRNG_H_ */