aboutsummaryrefslogtreecommitdiff
path: root/mpers-m32/struct_v4l2_ext_controls.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-19 15:13:36 -0800
committerElliott Hughes <enh@google.com>2018-12-19 15:21:00 -0800
commitc18737608ced60bee17a83c903d61dd5e80f7bef (patch)
tree01242584b2c178a4029bad3070419885b9a5de35 /mpers-m32/struct_v4l2_ext_controls.h
parent37c5c783b1103f213e98406255c34ea914d91b67 (diff)
downloadstrace-c18737608ced60bee17a83c903d61dd5e80f7bef.tar.gz
Update strace to 4.25.
Bug: N/A Test: adb shell strace date Change-Id: I8c5e68b5fc174b267be9c47ce49bca07a0e5707b
Diffstat (limited to 'mpers-m32/struct_v4l2_ext_controls.h')
-rw-r--r--mpers-m32/struct_v4l2_ext_controls.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/mpers-m32/struct_v4l2_ext_controls.h b/mpers-m32/struct_v4l2_ext_controls.h
deleted file mode 100644
index af2cb8172..000000000
--- a/mpers-m32/struct_v4l2_ext_controls.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdint.h>
-#ifndef mpers_ptr_t_is_uint32_t
-typedef uint32_t mpers_ptr_t;
-#define mpers_ptr_t_is_uint32_t
-#endif
-typedef
-struct {
-union {
-uint32_t ctrl_class;
-uint32_t which;
-} ;
-uint32_t count;
-uint32_t error_idx;
-uint32_t reserved[2];
-mpers_ptr_t controls;
-} ATTRIBUTE_PACKED m32_struct_v4l2_ext_controls;
-#define MPERS_m32_struct_v4l2_ext_controls m32_struct_v4l2_ext_controls