mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
sh_intc: convert interrupt controller to memory API
Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
89e2945140
commit
b279e5efc0
4 changed files with 66 additions and 31 deletions
|
@ -24,7 +24,10 @@
|
|||
#include <signal.h>
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "hw/sh_intc.h"
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue