1 /*
2  * Support for Intel Camera Imaging ISP subsystem.
3  * Copyright (c) 2015, Intel Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms and conditions of the GNU General Public License,
7  * version 2, as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12  * more details.
13  */
14 
15 #ifndef _SH_CSS_HRT_H_
16 #define _SH_CSS_HRT_H_
17 
18 #include <sp.h>
19 #include <isp.h>
20 
21 #include <ia_css_err.h>
22 
23 /* SP access */
24 void sh_css_hrt_sp_start_si(void);
25 
26 void sh_css_hrt_sp_start_copy_frame(void);
27 
28 void sh_css_hrt_sp_start_isp(void);
29 
30 int sh_css_hrt_sp_wait(void);
31 
32 bool sh_css_hrt_system_is_idle(void);
33 
34 #endif /* _SH_CSS_HRT_H_ */
35