1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Release Version: irci_stable_candrpv_0415_20150521_0458 */
3 /*
4  * Support for Intel Camera Imaging ISP subsystem.
5  * Copyright (c) 2015, Intel Corporation.
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms and conditions of the GNU General Public License,
9  * version 2, as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14  * more details.
15  */
16 
17 #ifndef _IA_CSS_H_
18 #define _IA_CSS_H_
19 
20 /* @file
21  * This file is the starting point of the CSS-API. It includes all CSS-API
22  * header files.
23  */
24 
25 #include "ia_css_3a.h"
26 #include "ia_css_acc_types.h"
27 #include "ia_css_buffer.h"
28 #include "ia_css_control.h"
29 #include "ia_css_device_access.h"
30 #include "ia_css_dvs.h"
31 #include "ia_css_env.h"
32 #include "ia_css_err.h"
33 #include "ia_css_event_public.h"
34 #include "ia_css_firmware.h"
35 #include "ia_css_frame_public.h"
36 #include "ia_css_input_port.h"
37 #include "ia_css_irq.h"
38 #include "ia_css_metadata.h"
39 #include "ia_css_mipi.h"
40 #include "ia_css_pipe_public.h"
41 #include "ia_css_prbs.h"
42 #include "ia_css_properties.h"
43 #include "ia_css_stream_format.h"
44 #include "ia_css_stream_public.h"
45 #include "ia_css_tpg.h"
46 #include "ia_css_version.h"
47 #include "ia_css_mmu.h"
48 #include "ia_css_morph.h"
49 #include "ia_css_shading.h"
50 #include "ia_css_timer.h"
51 
52 /*
53    Please do not add code to this file. Public functionality is to be
54    exposed in a function/data type specific header file.
55    Please add to the appropriate header file or create a new one.
56  */
57 
58 #endif /* _IA_CSS_H_ */
59