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