This is a snapshot of the qrng driver as of the msm-4.9 commit <249f073d39e9d33> (Merge "diag: Prevent unnecessary data ready counter update"). Change-Id: I4ac2e798415c7012ae260206136c2833fab4ea2c Signed-off-by: Zhen Kong <zkong@codeaurora.org>
13 lines
221 B
C
13 lines
221 B
C
#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_ */
|