From 98b7291ecb2848194351c9e7b84173aa3e5d95a8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 8 Mar 2010 23:51:09 +0100 Subject: Clean up JBT hooks, and allow resolution switching Signed-off-by: Thomas White --- include/linux/jbt6k74.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/linux/jbt6k74.h') diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h index 4cf760c1539..f430e5a363a 100644 --- a/include/linux/jbt6k74.h +++ b/include/linux/jbt6k74.h @@ -3,6 +3,20 @@ #include +enum jbt_resolution { + JBT_RESOLUTION_VGA, + JBT_RESOLUTION_QVGA, +}; + +enum jbt_power_mode { + JBT_POWER_MODE_OFF, + JBT_POWER_MODE_NORMAL, +}; + +extern void jbt6k74_setpower(enum jbt_power_mode new_power); +extern int jbt6k74_setresolution(enum jbt_resolution new_resolution); + + /* * struct jbt6k74_platform_data - Platform data for jbt6k74 driver * @probe_completed: Callback to be called when the driver has been -- cgit v1.2.3