summary refs log tree commit diff stats
path: root/include/hw/isa/i8257.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/isa/i8257.h')
-rw-r--r--include/hw/isa/i8257.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/isa/i8257.h b/include/hw/isa/i8257.h
index aa211c0df7..88a2766a3f 100644
--- a/include/hw/isa/i8257.h
+++ b/include/hw/isa/i8257.h
@@ -36,6 +36,8 @@ typedef struct I8257State {
     QEMUBH *dma_bh;
     bool dma_bh_scheduled;
     int running;
+    PortioList portio_page;
+    PortioList portio_pageh;
 } I8257State;
 
 #endif