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