11e768c5bSBhawanpreet Lakha /*
21e768c5bSBhawanpreet Lakha  * Copyright 2018 Advanced Micro Devices, Inc.
31e768c5bSBhawanpreet Lakha  *
41e768c5bSBhawanpreet Lakha  * Permission is hereby granted, free of charge, to any person obtaining a
51e768c5bSBhawanpreet Lakha  * copy of this software and associated documentation files (the "Software"),
61e768c5bSBhawanpreet Lakha  * to deal in the Software without restriction, including without limitation
71e768c5bSBhawanpreet Lakha  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
81e768c5bSBhawanpreet Lakha  * and/or sell copies of the Software, and to permit persons to whom the
91e768c5bSBhawanpreet Lakha  * Software is furnished to do so, subject to the following conditions:
101e768c5bSBhawanpreet Lakha  *
111e768c5bSBhawanpreet Lakha  * The above copyright notice and this permission notice shall be included in
121e768c5bSBhawanpreet Lakha  * all copies or substantial portions of the Software.
131e768c5bSBhawanpreet Lakha  *
141e768c5bSBhawanpreet Lakha  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151e768c5bSBhawanpreet Lakha  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
161e768c5bSBhawanpreet Lakha  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
171e768c5bSBhawanpreet Lakha  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
181e768c5bSBhawanpreet Lakha  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
191e768c5bSBhawanpreet Lakha  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
201e768c5bSBhawanpreet Lakha  * OTHER DEALINGS IN THE SOFTWARE.
211e768c5bSBhawanpreet Lakha  *
221e768c5bSBhawanpreet Lakha  * Authors: AMD
231e768c5bSBhawanpreet Lakha  *
241e768c5bSBhawanpreet Lakha  */
251e768c5bSBhawanpreet Lakha 
261e768c5bSBhawanpreet Lakha #ifndef __DAL_IRQ_SERVICE_DCN21_H__
271e768c5bSBhawanpreet Lakha #define __DAL_IRQ_SERVICE_DCN21_H__
281e768c5bSBhawanpreet Lakha 
291e768c5bSBhawanpreet Lakha #include "../irq_service.h"
301e768c5bSBhawanpreet Lakha 
311e768c5bSBhawanpreet Lakha struct irq_service *dal_irq_service_dcn21_create(
321e768c5bSBhawanpreet Lakha 	struct irq_service_init_data *init_data);
331e768c5bSBhawanpreet Lakha 
341e768c5bSBhawanpreet Lakha #endif
35