You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _UAPI_QRNG_H_
|
|
#define _UAPI_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 /* _UAPI_QRNG_H_ */
|
|
|