aboutsummaryrefslogtreecommitdiff
path: root/include/hw/s390x/s390-ccw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/s390x/s390-ccw.h')
-rw-r--r--include/hw/s390x/s390-ccw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/s390x/s390-ccw.h b/include/hw/s390x/s390-ccw.h
index 7f27bc2f53..d8e08b5f4c 100644
--- a/include/hw/s390x/s390-ccw.h
+++ b/include/hw/s390x/s390-ccw.h
@@ -37,6 +37,7 @@ typedef struct S390CCWDeviceClass {
IOInstEnding (*handle_request) (SubchDev *sch);
int (*handle_halt) (SubchDev *sch);
int (*handle_clear) (SubchDev *sch);
+ IOInstEnding (*handle_store) (SubchDev *sch);
} S390CCWDeviceClass;
#endif