1*0efd4374SAurabindo Pillai /*
2*0efd4374SAurabindo Pillai  * Copyright 2022 Advanced Micro Devices, Inc.
3*0efd4374SAurabindo Pillai  *
4*0efd4374SAurabindo Pillai  * Permission is hereby granted, free of charge, to any person obtaining a
5*0efd4374SAurabindo Pillai  * copy of this software and associated documentation files (the "Software"),
6*0efd4374SAurabindo Pillai  * to deal in the Software without restriction, including without limitation
7*0efd4374SAurabindo Pillai  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*0efd4374SAurabindo Pillai  * and/or sell copies of the Software, and to permit persons to whom the
9*0efd4374SAurabindo Pillai  * Software is furnished to do so, subject to the following conditions:
10*0efd4374SAurabindo Pillai  *
11*0efd4374SAurabindo Pillai  * The above copyright notice and this permission notice shall be included in
12*0efd4374SAurabindo Pillai  * all copies or substantial portions of the Software.
13*0efd4374SAurabindo Pillai  *
14*0efd4374SAurabindo Pillai  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*0efd4374SAurabindo Pillai  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*0efd4374SAurabindo Pillai  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*0efd4374SAurabindo Pillai  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*0efd4374SAurabindo Pillai  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*0efd4374SAurabindo Pillai  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*0efd4374SAurabindo Pillai  * OTHER DEALINGS IN THE SOFTWARE.
21*0efd4374SAurabindo Pillai  *
22*0efd4374SAurabindo Pillai  * Authors: AMD
23*0efd4374SAurabindo Pillai  *
24*0efd4374SAurabindo Pillai  */
25*0efd4374SAurabindo Pillai 
26*0efd4374SAurabindo Pillai 
27*0efd4374SAurabindo Pillai #ifndef __DAL_IRQ_SERVICE_DCN32_H__
28*0efd4374SAurabindo Pillai #define __DAL_IRQ_SERVICE_DCN32_H__
29*0efd4374SAurabindo Pillai 
30*0efd4374SAurabindo Pillai #include "../irq_service.h"
31*0efd4374SAurabindo Pillai 
32*0efd4374SAurabindo Pillai struct irq_service *dal_irq_service_dcn32_create(
33*0efd4374SAurabindo Pillai 	struct irq_service_init_data *init_data);
34*0efd4374SAurabindo Pillai 
35*0efd4374SAurabindo Pillai #endif /* __DAL_IRQ_SERVICE_DCN32_H__ */
36