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_ISYS_IRQ_H__
8 #define __IA_CSS_ISYS_IRQ_H__
9 
10 #include <type_support.h>
11 #include <system_local.h>
12 
13 
14 #include "isys_irq_public.h"
15 
16 
17 #endif	/* __IA_CSS_ISYS_IRQ_H__ */
18