sh_mobile_ceu.h 203 B

12345678910
  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. };
  7. #endif /* __ASM_SH_MOBILE_CEU_H__ */