Linux 6.10-rc4
[linux-block.git] / include / linux / timeriomem-rng.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
9c3c133b
AC
2/*
3 * linux/include/linux/timeriomem-rng.h
4 *
5 * Copyright (c) 2009 Alexander Clouter <alex@digriz.org.uk>
9c3c133b
AC
6 */
7
2ef54047
MY
8#ifndef _LINUX_TIMERIOMEM_RNG_H
9#define _LINUX_TIMERIOMEM_RNG_H
10
9c3c133b 11struct timeriomem_rng_data {
3341323b 12 void __iomem *address;
9c3c133b
AC
13
14 /* measures in usecs */
15 unsigned int period;
284e7638
RA
16
17 /* bits of entropy per 1024 bits read */
18 unsigned int quality;
9c3c133b 19};
2ef54047
MY
20
21#endif /* _LINUX_TIMERIOMEM_RNG_H */