summaryrefslogtreecommitdiff
path: root/tizen/src/hw/pci/maru_camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'tizen/src/hw/pci/maru_camera.h')
-rw-r--r--tizen/src/hw/pci/maru_camera.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tizen/src/hw/pci/maru_camera.h b/tizen/src/hw/pci/maru_camera.h
index c321f0849f..1f19693ef4 100644
--- a/tizen/src/hw/pci/maru_camera.h
+++ b/tizen/src/hw/pci/maru_camera.h
@@ -34,6 +34,7 @@
#include "qemu/thread.h"
#define MARUCAM_SKIPFRAMES 2
+#define MARUCAM_MAX_ARGS 480
#define MARUCAM_THREAD_NAME "marucam_worker_thread"
@@ -97,12 +98,8 @@ typedef struct MaruCamBackend {
} MaruCamBackend;
typedef struct ArgsMem {
- uint32_t index;
- uint32_t type;
- size_t size;
int32_t ret_val;
- int32_t err_code;
- void *data;
+ char data[MARUCAM_MAX_ARGS];
} ArgsMem;
struct MaruCamState {