]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/media/sh_mobile_ceu.h
Merge branch 'for-upstream/acpi-test' of git://repo.or.cz/linux-2.6/linux-acpi-2...
[linux-2.6-omap-h63xx.git] / include / media / sh_mobile_ceu.h
1 #ifndef __ASM_SH_MOBILE_CEU_H__
2 #define __ASM_SH_MOBILE_CEU_H__
3
4 #include <media/soc_camera.h>
5
6 struct sh_mobile_ceu_info {
7         unsigned long flags; /* SOCAM_... */
8         void (*enable_camera)(void);
9         void (*disable_camera)(void);
10 };
11
12 #endif /* __ASM_SH_MOBILE_CEU_H__ */