Ath5k: lock beacons
[linux-2.6/mini2440.git] / include / media / sh_mobile_ceu.h
blob234a4711d2ec9026d010a434d7fab11c992a3127
1 #ifndef __ASM_SH_MOBILE_CEU_H__
2 #define __ASM_SH_MOBILE_CEU_H__
4 #include <media/soc_camera.h>
6 struct sh_mobile_ceu_info {
7 unsigned long flags; /* SOCAM_... */
8 void (*enable_camera)(void);
9 void (*disable_camera)(void);
12 #endif /* __ASM_SH_MOBILE_CEU_H__ */