drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / linux / timeriomem-rng.h
blob672df7fbf6c13e165984a5daab7b95fdd9fdede8
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/include/linux/timeriomem-rng.h
5 * Copyright (c) 2009 Alexander Clouter <alex@digriz.org.uk>
6 */
8 #ifndef _LINUX_TIMERIOMEM_RNG_H
9 #define _LINUX_TIMERIOMEM_RNG_H
11 struct timeriomem_rng_data {
12 void __iomem *address;
14 /* measures in usecs */
15 unsigned int period;
17 /* bits of entropy per 1024 bits read */
18 unsigned int quality;
21 #endif /* _LINUX_TIMERIOMEM_RNG_H */