Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.29-rc7 10 lines 203 B view raw
1#ifndef __ASM_SH_MOBILE_CEU_H__ 2#define __ASM_SH_MOBILE_CEU_H__ 3 4#include <media/soc_camera.h> 5 6struct sh_mobile_ceu_info { 7 unsigned long flags; /* SOCAM_... */ 8}; 9 10#endif /* __ASM_SH_MOBILE_CEU_H__ */