1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 
7 #ifndef _SH_CSS_HRT_H_
8 #define _SH_CSS_HRT_H_
9 
10 #include <sp.h>
11 #include <isp.h>
12 
13 #include <ia_css_err.h>
14 
15 /* SP access */
16 void sh_css_hrt_sp_start_si(void);
17 
18 void sh_css_hrt_sp_start_copy_frame(void);
19 
20 void sh_css_hrt_sp_start_isp(void);
21 
22 int sh_css_hrt_sp_wait(void);
23 
24 bool sh_css_hrt_system_is_idle(void);
25 
26 #endif /* _SH_CSS_HRT_H_ */
27