Merge tag 'for-5.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-2.6-microblaze.git] / include / linux / timeriomem-rng.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * linux/include/linux/timeriomem-rng.h
4  *
5  * Copyright (c) 2009 Alexander Clouter <alex@digriz.org.uk>
6  */
7
8 struct timeriomem_rng_data {
9         void __iomem            *address;
10
11         /* measures in usecs */
12         unsigned int            period;
13
14         /* bits of entropy per 1024 bits read */
15         unsigned int            quality;
16 };