diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 09:26:39 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-17 09:26:39 -0300 |
| commit | 70b6522b7a4c42541d81f2460e3be8946e22856d (patch) | |
| tree | 47c109ada3e624ef0e772f97730aef28fa3b578c /linux/include/media | |
| parent | 14db198f2e10236768bd1e8f685e7d65880ca406 (diff) | |
| parent | 55478ad148cbf89cd3d99872759960c8411ada6d (diff) | |
| download | mediapointer-dvb-s2-70b6522b7a4c42541d81f2460e3be8946e22856d.tar.gz mediapointer-dvb-s2-70b6522b7a4c42541d81f2460e3be8946e22856d.tar.bz2 | |
merge: http://linuxtv.org/hg/~mkrufky/hcw-ids
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include/media')
| -rw-r--r-- | linux/include/media/soc_camera_platform.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/include/media/soc_camera_platform.h b/linux/include/media/soc_camera_platform.h index 851f18220..1d092b467 100644 --- a/linux/include/media/soc_camera_platform.h +++ b/linux/include/media/soc_camera_platform.h @@ -1,3 +1,13 @@ +/* + * Generic Platform Camera Driver Header + * + * Copyright (C) 2008 Magnus Damm + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #ifndef __SOC_CAMERA_H__ #define __SOC_CAMERA_H__ @@ -9,6 +19,7 @@ struct soc_camera_platform_info { unsigned long format_depth; struct v4l2_pix_format format; unsigned long bus_param; + void (*power)(int); int (*set_capture)(struct soc_camera_platform_info *info, int enable); }; |
