Maemo patchset 20101501+0m5
[h-e-n] / include / linux / camera_button.h
diff --git a/include/linux/camera_button.h b/include/linux/camera_button.h
new file mode 100644 (file)
index 0000000..b7b90b1
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Camera Button Interface
+ */
+#ifndef _LINUX_CAMERA_BUTTON_H
+#define _LINUX_CAMERA_BUTTON_H
+
+struct camera_button_platform_data {
+       int shutter;
+       int focus;
+};
+
+#endif /* _LINUX_CAMERA_BUTTON_H */
+