diff options
Diffstat (limited to 'include/hw/char/escc.h')
| -rw-r--r-- | include/hw/char/escc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/char/escc.h b/include/hw/char/escc.h index 7e9482dee2..5669a5b811 100644 --- a/include/hw/char/escc.h +++ b/include/hw/char/escc.h @@ -45,6 +45,7 @@ typedef struct ESCCChannelState { ESCCChnType type; uint8_t rx, tx; QemuInputHandlerState *hs; + char *sunkbd_layout; } ESCCChannelState; struct ESCCState { |