Blame view

kernel/linux-imx6_3.14.28/include/linux/mxc_v4l2.h 596 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  /*
   * Copyright 2004-2013 Freescale Semiconductor, Inc. All Rights Reserved.
   */
  
  /*
   * The code contained herein is licensed under the GNU Lesser General
   * Public License.  You may obtain a copy of the GNU Lesser General
   * Public License Version 2.1 or later at the following locations:
   *
   * http://www.opensource.org/licenses/lgpl-license.html
   * http://www.gnu.org/copyleft/lgpl.html
   */
  
  /*!
   * @file linux/mxc_v4l2.h
   *
   * @brief MXC V4L2 private header file
   *
   * @ingroup MXC V4L2
   */
  
  #ifndef __LINUX_MXC_V4L2_H__
  #define __LINUX_MXC_V4L2_H__
  
  #include <uapi/linux/mxc_v4l2.h>
  
  #endif