diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-02 16:32:25 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:48 +0200 |
| commit | a42706dbe4f14416df5c65de1a90d72cbc338530 (patch) | |
| tree | 3667f73fb2a1469b271846365202c5b276bb1d7c /include/hw/intc | |
| parent | 0f73e49e3718fe198bfad0d5143482708bf086a1 (diff) | |
| download | focaccia-qemu-a42706dbe4f14416df5c65de1a90d72cbc338530.tar.gz focaccia-qemu-a42706dbe4f14416df5c65de1a90d72cbc338530.zip | |
intc: remove PICCommonState from typedefs.h
Move it to the existing "PIC related things" header, hw/intc/i8259.h. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/intc')
| -rw-r--r-- | include/hw/intc/i8259.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/intc/i8259.h b/include/hw/intc/i8259.h index c412575775..1f2420231f 100644 --- a/include/hw/intc/i8259.h +++ b/include/hw/intc/i8259.h @@ -3,6 +3,8 @@ /* i8259.c */ +typedef struct PICCommonState PICCommonState; + extern PICCommonState *isa_pic; /* |