mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
include: Include headers where needed
A number of headers neglect to include everything they need. They compile only if the headers they need are already included from elsewhere. Fix that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20221222120813.727830-3-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f139b83717
commit
7a5951f651
43 changed files with 71 additions and 9 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
#ifndef HW_SIFIVE_U_PRCI_H
|
||||
#define HW_SIFIVE_U_PRCI_H
|
||||
#include "qom/object.h"
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#define SIFIVE_U_PRCI_HFXOSCCFG 0x00
|
||||
#define SIFIVE_U_PRCI_COREPLLCFG0 0x04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue