]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - include/linux/timeriomem-rng.h
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-eoan-kernel.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
9c3c133b 8struct timeriomem_rng_data {
3341323b 9 void __iomem *address;
9c3c133b
AC
10
11 /* measures in usecs */
12 unsigned int period;
284e7638
RA
13
14 /* bits of entropy per 1024 bits read */
15 unsigned int quality;
9c3c133b 16};