1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef SUN4M_H #define SUN4M_H #include "qemu-common.h" #include "exec/hwaddr.h" #include "qapi/qmp/types.h" #include "hw/sysbus.h" /* Devices used by sparc32 system. */ /* sparc32_dma.c */ #include "hw/sparc/sparc32_dma.h" #endif