import exynos 7570 bsp
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / include / Exynos.h
1 /*
2 * Copyright Samsung Electronics Co.,LTD.
3 * Copyright (C) 2010 The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18 /*!
19 * \file Exynos.h
20 * \brief header file for Exynos
21 * \author Sangwoo, Park(sw5771.park@samsung.com)
22 * \date 2012/03/14
23 *
24 * <b>Revision History: </b>
25 * - 2012/03/14 : Sangwoo, Park(sw5771.park@samsung.com) \n
26 * Initial version
27 *
28 */
29
30 /**
31 * @mainpage Exynos SDK API Reference
32 *
33 * @section Introduction
34 * This library is common development API on S.LSI chip of Samsung.
35 *
36 * @section Sub-module
37 *
38 * @subpage ExynosBuffer
39 * \n
40 * @subpage ExynosRect
41 * \n
42 * @subpage ExynosMutex
43 * \n
44 * @subpage ExynosJpegEncoder
45 * \n
46 * @subpage ExynosJpegDecoder
47 * \n
48 * @subpage ExynosCamera
49 * \n
50 * @subpage ExynosHdmi
51 * \n
52 * @subpage ExynosDC
53 * \n
54 * @subpage exynos_gscaler
55 * \n
56 * @subpage exynos_v4l2
57 * \n
58 * @subpage exynos_rotator
59 * \n
60 *
61 * @section Copyright
62 * Copyright (c) 2008-2011 Samsung Electronics Co., Ltd.All rights reserved. \n
63 * Proprietary and Confidential
64 *
65 * @image html samsung.png
66 */
67
68 /*!
69 * \defgroup Exynos S/W Platform
70 * \brief Exynos SDK for S.LSI's chip
71 */
72
73 #ifndef EXYNOS_H_
74 #define EXYNOS_H_
75
76 #endif //EXYNOS_H_
77