home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / media / sh_mobile_ceu.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  203 b   |  11 lines

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