Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: MIT
0002 /*
0003  * Copyright (C) 2021 Advanced Micro Devices, Inc.
0004  *
0005  * Authors: AMD
0006  */
0007 
0008 #ifndef __DAL_IRQ_SERVICE_DCN303_H__
0009 #define __DAL_IRQ_SERVICE_DCN303_H__
0010 
0011 #include "../irq_service.h"
0012 
0013 struct irq_service *dal_irq_service_dcn303_create(struct irq_service_init_data *init_data);
0014 
0015 #endif /* __DAL_IRQ_SERVICE_DCN303_H__ */