del qemu/include/hw/irq.h

This commit is contained in:
Nguyen Anh Quynh
2017-01-19 13:14:15 +08:00
parent 0640b35943
commit d836ec62fc
5 changed files with 0 additions and 112 deletions

View File

@@ -12,16 +12,10 @@
#define ARM_MISC_H 1
#include "exec/memory.h"
#include "hw/irq.h"
void tosa_machine_init(struct uc_struct *uc);
void machvirt_machine_init(struct uc_struct *uc); // ARM64
/* armv7m.c */
qemu_irq *armv7m_init(MemoryRegion *system_memory,
int flash_size, int sram_size,
const char *kernel_filename, const char *cpu_model);
/* arm_boot.c */
struct arm_boot_info {
uint64_t ram_size;