1 // SPDX-License-Identifier: MIT 2 // 3 // Copyright 2024 Advanced Micro Devices, Inc. 4 5 #ifndef __DAL_IRQ_SERVICE_DCN401_H__ 6 #define __DAL_IRQ_SERVICE_DCN401_H__ 7 8 #include "../irq_service.h" 9 10 struct irq_service *dal_irq_service_dcn401_create( 11 struct irq_service_init_data *init_data); 12 13 #endif /* __DAL_IRQ_SERVICE_DCN401_H__ */ 14