https://github.com/torvalds/linux
Raw File
Tip revision: 8e4921515c1a379539607eb443d51c30f4f7f338 authored by Linus Torvalds on 08 February 2009, 20:37:20 UTC
Linux 2.6.29-rc4
Tip revision: 8e49215
sh_mobile_ceu.h
#ifndef __ASM_SH_MOBILE_CEU_H__
#define __ASM_SH_MOBILE_CEU_H__

#include <media/soc_camera.h>

struct sh_mobile_ceu_info {
	unsigned long flags; /* SOCAM_... */
};

#endif /* __ASM_SH_MOBILE_CEU_H__ */
back to top