diff options
Diffstat (limited to 'include/hw/intc/i8259.h')
-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 c412575..1f24202 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; /* |