2 * BCM2835 Random Number Generator emulation
4 * Copyright (C) 2017 Marcin Chojnacki <marcinch7@gmail.com>
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
13 #include "hw/sysbus.h"
14 #include "qom/object.h"
16 #define TYPE_BCM2835_RNG "bcm2835-rng"
17 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835RngState
, BCM2835_RNG
)
19 struct BCM2835RngState
{