aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/tc358764.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/tc358764.h')
-rw-r--r--include/media/tc358764.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/media/tc358764.h b/include/media/tc358764.h
new file mode 100644
index 00000000000000..a2db21d58d7501
--- /dev/null
+++ b/include/media/tc358764.h
@@ -0,0 +1,9 @@
+#ifndef _TC358764_H_
+#define _TC358764_H_
+
+struct tc358764_pdata {
+ // Called with 1 to power on, 0 to power off
+ int (*set_power)(int);
+};
+
+#endif /* _TC358764_H_ */