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_MACC_TABLE_HOST_H 8 #define __IA_CSS_MACC_TABLE_HOST_H 9 10 #include "ia_css_macc_types.h" 11 12 extern const struct ia_css_macc_table default_macc_table; 13 extern const struct ia_css_macc_table default_macc2_table; 14 15 #endif /* __IA_CSS_MACC_TABLE_HOST_H */ 16