2 * Freescale i.MX RNGC emulation
4 * Copyright (C) 2020 Martin Kaiser <martin@kaiser.cx>
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_IMX_RNGC "imx.rngc"
17 OBJECT_DECLARE_SIMPLE_TYPE(IMXRNGCState
, IMX_RNGC
)
21 SysBusDevice parent_obj
;
36 #endif /* IMX_RNGC_H */