xref: /linux/drivers/gpu/drm/amd/display/dc/irq/dcn60/irq_service_dcn60.h (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2026 Advanced Micro Devices, Inc.
4 #ifndef __DAL_IRQ_SERVICE_DCN60_H__
5 #define __DAL_IRQ_SERVICE_DCN60_H__
6 
7 #include "../irq_service.h"
8 
9 struct irq_service *dal_irq_service_dcn60_create(
10 	struct irq_service_init_data *init_data);
11 
12 #endif /* __DAL_IRQ_SERVICE_DCN60_H__ */
13