Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
camera.h
Go to the documentation of this file.
1 #ifndef __ASM_ARCH_CAMERA_H_
2 #define __ASM_ARCH_CAMERA_H_
3 
4 #include <media/omap1_camera.h>
5 
6 void omap1_camera_init(void *);
7 
8 static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
9 {
10  omap1_camera_init(info);
11 }
12 
13 #endif /* __ASM_ARCH_CAMERA_H_ */