This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Acked-by: Shabnam Aboughadareh <shabnama@qti.qualcomm.com> Signed-off-by: Zhen Kong <zkong@codeaurora.org>
12 lines
221 B
C
12 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_ */
|