linux/drivers/gpu/drm/amd/display/dc/gpio/dcn401/hw_translate_dcn401.h

// SPDX-License-Identifier: MIT
//
// Copyright 2024 Advanced Micro Devices, Inc.

#ifndef __DAL_HW_TRANSLATE_DCN401_H__
#define __DAL_HW_TRANSLATE_DCN401_H__

struct hw_translate;

/* Initialize Hw translate function pointers */
void dal_hw_translate_dcn401_init(struct hw_translate *tr);

#endif /* __DAL_HW_TRANSLATE_DCN401_H__ */