1 // SPDX-License-Identifier: MIT 2 /* 3 * Copyright (C) 2021 Advanced Micro Devices, Inc. 4 * 5 * Authors: AMD 6 */ 7 8 #ifndef __DAL_IRQ_SERVICE_DCN303_H__ 9 #define __DAL_IRQ_SERVICE_DCN303_H__ 10 11 #include "../irq_service.h" 12 13 struct irq_service *dal_irq_service_dcn303_create(struct irq_service_init_data *init_data); 14 15 #endif /* __DAL_IRQ_SERVICE_DCN303_H__ */ 16