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_PARAMS_INTERNAL_H_
8 #define _SH_CSS_PARAMS_INTERNAL_H_
9 
10 void
11 sh_css_param_clear_param_sets(void);
12 
13 #endif /* _SH_CSS_PARAMS_INTERNAL_H_ */
14