qrng.h 367 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
  2. /*
  3. * Copyright (c) 2020-2022, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _UAPI_QRNG_H_
  6. #define _UAPI_QRNG_H_
  7. #include <linux/types.h>
  8. #include <linux/ioctl.h>
  9. #define QRNG_IOC_MAGIC 0x100
  10. #define QRNG_IOCTL_RESET_BUS_BANDWIDTH\
  11. _IO(QRNG_IOC_MAGIC, 1)
  12. #endif /* _UAPI_QRNG_H_ */