blob: fd4a6e6ec8317a44273b414de2d29bd886024708 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Alexander Clouter9c3c1332009-02-22 12:03:56 +08002/*
3 * linux/include/linux/timeriomem-rng.h
4 *
5 * Copyright (c) 2009 Alexander Clouter <alex@digriz.org.uk>
Alexander Clouter9c3c1332009-02-22 12:03:56 +08006 */
7
Alexander Clouter9c3c1332009-02-22 12:03:56 +08008struct timeriomem_rng_data {
Alexander Clouter33413232009-03-27 12:59:54 +08009 void __iomem *address;
Alexander Clouter9c3c1332009-02-22 12:03:56 +080010
11 /* measures in usecs */
12 unsigned int period;
Rick Altherr284e7632017-05-22 14:12:24 -070013
14 /* bits of entropy per 1024 bits read */
15 unsigned int quality;
Alexander Clouter9c3c1332009-02-22 12:03:56 +080016};