mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
0f73e49e37
commit
a42706dbe4
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
/* i8259.c */
|
||||
|
||||
typedef struct PICCommonState PICCommonState;
|
||||
|
||||
extern PICCommonState *isa_pic;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue