root/arch/arm/mach-omap1/camera.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. omap1_set_camera_info

   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __ASM_ARCH_CAMERA_H_
   3 #define __ASM_ARCH_CAMERA_H_
   4 
   5 #include <linux/platform_data/media/omap1_camera.h>
   6 
   7 void omap1_camera_init(void *);
   8 
   9 static inline void omap1_set_camera_info(struct omap1_cam_platform_data *info)
  10 {
  11         omap1_camera_init(info);
  12 }
  13 
  14 #endif /* __ASM_ARCH_CAMERA_H_ */

/* [<][>][^][v][top][bottom][index][help] */