aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2020-06-23 21:49:22 +0100
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2020-06-26 10:13:51 +0100
commitb12a0b164c6de824b2aa3a22b4670e93e3b24e4a (patch)
treeff0d8949b6f8d33747fa3d66f5dd615bac665d44 /include
parentda52c083ac4af9bf934898470dfdeef0f6ead343 (diff)
downloadqemu-b12a0b164c6de824b2aa3a22b4670e93e3b24e4a.zip
qemu-b12a0b164c6de824b2aa3a22b4670e93e3b24e4a.tar.gz
qemu-b12a0b164c6de824b2aa3a22b4670e93e3b24e4a.tar.bz2
cuda: convert to use ADBBusState internal autopoll variables
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Tested-by: Finn Thain <fthain@telegraphics.com.au> Acked-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200623204936.24064-9-mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/hw/misc/macio/cuda.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/misc/macio/cuda.h b/include/hw/misc/macio/cuda.h
index 5768075..a8cf0be 100644
--- a/include/hw/misc/macio/cuda.h
+++ b/include/hw/misc/macio/cuda.h
@@ -95,12 +95,8 @@ typedef struct CUDAState {
int data_out_index;
qemu_irq irq;
- uint16_t adb_poll_mask;
- uint8_t autopoll_rate_ms;
- uint8_t autopoll;
uint8_t data_in[128];
uint8_t data_out[16];
- QEMUTimer *adb_poll_timer;
} CUDAState;
#endif /* CUDA_H */