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 __IA_CSS_XNR_TABLE_HOST_H
8 #define __IA_CSS_XNR_TABLE_HOST_H
9 
10 extern struct ia_css_xnr_table default_xnr_table;
11 
12 void ia_css_config_xnr_table(void);
13 
14 #endif /* __IA_CSS_XNR_TABLE_HOST_H */
15