1 /* SPDX-License-Identifier: MIT */ 2 /* 3 * Copyright 2025 Advanced Micro Devices, Inc. 4 * 5 * DCN4.2 IRQ service interface (dal-dev only) 6 */ 7 #ifndef __IRQ_SERVICE_DCN42_H__ 8 #define __IRQ_SERVICE_DCN42_H__ 9 10 #include "../dce110/irq_service_dce110.h" 11 12 struct irq_service *dal_irq_service_dcn42_create( 13 struct irq_service_init_data *init_data); 14 15 #endif /* __IRQ_SERVICE_DCN42_H__ */ 16