summaryrefslogtreecommitdiffstats
path: root/camera/exynos_camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera/exynos_camera.h')
-rw-r--r--camera/exynos_camera.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/camera/exynos_camera.h b/camera/exynos_camera.h
index d730e4a..8201f6e 100644
--- a/camera/exynos_camera.h
+++ b/camera/exynos_camera.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Paul Kocialkowski
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -46,13 +46,6 @@
* Structures
*/
-enum m5mo_af_status {
- M5MO_AF_STATUS_FAIL = 0,
- M5MO_AF_STATUS_IN_PROGRESS,
- M5MO_AF_STATUS_SUCCESS,
- M5MO_AF_STATUS_1ST_SUCCESS = 4,
-};
-
struct list_head {
struct list_head *next;
struct list_head *prev;
@@ -282,6 +275,13 @@ struct exynos_v4l2_ext_control {
} data;
} __attribute__ ((packed));
+enum m5mo_af_status {
+ M5MO_AF_STATUS_FAIL = 0,
+ M5MO_AF_STATUS_IN_PROGRESS,
+ M5MO_AF_STATUS_SUCCESS,
+ M5MO_AF_STATUS_1ST_SUCCESS = 4,
+};
+
/*
* Camera
*/