1 // SPDX-License-Identifier: MIT 2 // 3 // Copyright 2024 Advanced Micro Devices, Inc. 4 5 #ifndef __DAL_HW_TRANSLATE_DCN401_H__ 6 #define __DAL_HW_TRANSLATE_DCN401_H__ 7 8 struct hw_translate; 9 10 /* Initialize Hw translate function pointers */ 11 void dal_hw_translate_dcn401_init(struct hw_translate *tr); 12 13 #endif /* __DAL_HW_TRANSLATE_DCN401_H__ */ 14