diff options
Diffstat (limited to 'tests/hardware/struct-offset.cpp')
-rw-r--r-- | tests/hardware/struct-offset.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hardware/struct-offset.cpp b/tests/hardware/struct-offset.cpp index 855ad108..0cf145a1 100644 --- a/tests/hardware/struct-offset.cpp +++ b/tests/hardware/struct-offset.cpp @@ -231,5 +231,6 @@ void CheckOffsets(void) { CHECK_MEMBER_AT(camera3_device_ops_t, dump, 24, 48); CHECK_MEMBER_AT(camera3_device_ops_t, flush, 28, 56); CHECK_MEMBER_AT(camera3_device_ops_t, signal_stream_flush, 32, 64); - CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 36, 72); + CHECK_MEMBER_AT(camera3_device_ops_t, is_reconfiguration_required, 36, 72); + CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 40, 80); } |