sh_mobile_ceu.h 264 B

123456789101112
  1. #ifndef __ASM_SH_MOBILE_CEU_H__
  2. #define __ASM_SH_MOBILE_CEU_H__
  3. #include <media/soc_camera.h>
  4. struct sh_mobile_ceu_info {
  5. unsigned long flags; /* SOCAM_... */
  6. void (*enable_camera)(void);
  7. void (*disable_camera)(void);
  8. };
  9. #endif /* __ASM_SH_MOBILE_CEU_H__ */