mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
all: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
2aef8c9134
commit
c964b66022
8 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
* https://github.com/raspberrypi/firmware/wiki/Accessing-mailboxes
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/misc/bcm2835_mbox.h"
|
||||
|
||||
#define MAIL0_PEEK 0x90
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
* This code is licensed under the GNU GPLv2 and later.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/misc/bcm2835_property.h"
|
||||
#include "hw/misc/bcm2835_mbox_defs.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue