This is a snapshot of the qrng driver as of msm-4.14 commit <be4e0b071e9> (mm: allow vmas with vm_ops to be speculatively handled) with changes to comply with msm-4.19 format requirement. Change-Id: I930b0dfd70db8b2c1ffcb98965aabe45bffbd0ba Signed-off-by: Zhen Kong <zkong@codeaurora.org>
14 lines
289 B
C
14 lines
289 B
C
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
#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_ */
|