mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Add include/linux/qrng.h
Change-Id: Ia43fdace113b2cdf7ae2dde69bb39347b896e549
This commit is contained in:
parent
15acebb33e
commit
0bd3f853ab
1 changed files with 13 additions and 0 deletions
13
include/linux/qrng.h
Normal file
13
include/linux/qrng.h
Normal 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_ */
|
||||
|
Loading…
Reference in a new issue