11539Srgrimes/* SPDX-License-Identifier: GPL-2.0 */
21539Srgrimes/*
31539Srgrimes * Support for Intel Camera Imaging ISP subsystem.
41539Srgrimes * Copyright (c) 2015, Intel Corporation.
51539Srgrimes *
61539Srgrimes * This program is free software; you can redistribute it and/or modify it
71539Srgrimes * under the terms and conditions of the GNU General Public License,
81539Srgrimes * version 2, as published by the Free Software Foundation.
91539Srgrimes *
101539Srgrimes * This program is distributed in the hope it will be useful, but WITHOUT
111539Srgrimes * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
121539Srgrimes * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
131539Srgrimes * more details.
141539Srgrimes */
151539Srgrimes
161539Srgrimes#ifndef __IA_CSS_MACC_TABLE_HOST_H
171539Srgrimes#define __IA_CSS_MACC_TABLE_HOST_H
18203964Simp
191539Srgrimes#include "ia_css_macc_types.h"
201539Srgrimes
211539Srgrimesextern const struct ia_css_macc_table default_macc_table;
221539Srgrimesextern const struct ia_css_macc_table default_macc2_table;
231539Srgrimes
241539Srgrimes#endif /* __IA_CSS_MACC_TABLE_HOST_H */
251539Srgrimes