1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4 
5 #ifndef __DAL_HW_FACTORY_DCN401_H__
6 #define __DAL_HW_FACTORY_DCN401_H__
7 
8 /* Initialize HW factory function pointers and pin info */
9 void dal_hw_factory_dcn401_init(struct hw_factory *factory);
10 
11 #endif /* __DAL_HW_FACTORY_DCN401_H__ */
12