164ce485cSBhawanpreet Lakha /*
264ce485cSBhawanpreet Lakha  * Copyright 2018 Advanced Micro Devices, Inc.
364ce485cSBhawanpreet Lakha  *
464ce485cSBhawanpreet Lakha  * Permission is hereby granted, free of charge, to any person obtaining a
564ce485cSBhawanpreet Lakha  * copy of this software and associated documentation files (the "Software"),
664ce485cSBhawanpreet Lakha  * to deal in the Software without restriction, including without limitation
764ce485cSBhawanpreet Lakha  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
864ce485cSBhawanpreet Lakha  * and/or sell copies of the Software, and to permit persons to whom the
964ce485cSBhawanpreet Lakha  * Software is furnished to do so, subject to the following conditions:
1064ce485cSBhawanpreet Lakha  *
1164ce485cSBhawanpreet Lakha  * The above copyright notice and this permission notice shall be included in
1264ce485cSBhawanpreet Lakha  * all copies or substantial portions of the Software.
1364ce485cSBhawanpreet Lakha  *
1464ce485cSBhawanpreet Lakha  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1564ce485cSBhawanpreet Lakha  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1664ce485cSBhawanpreet Lakha  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1764ce485cSBhawanpreet Lakha  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1864ce485cSBhawanpreet Lakha  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1964ce485cSBhawanpreet Lakha  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2064ce485cSBhawanpreet Lakha  * OTHER DEALINGS IN THE SOFTWARE.
2164ce485cSBhawanpreet Lakha  *
2264ce485cSBhawanpreet Lakha  * Authors: AMD
2364ce485cSBhawanpreet Lakha  *
2464ce485cSBhawanpreet Lakha  */
2564ce485cSBhawanpreet Lakha #ifndef __DAL_HW_TRANSLATE_DCN21_H__
2664ce485cSBhawanpreet Lakha #define __DAL_HW_TRANSLATE_DCN21_H__
2764ce485cSBhawanpreet Lakha 
2864ce485cSBhawanpreet Lakha struct hw_translate;
2964ce485cSBhawanpreet Lakha 
3064ce485cSBhawanpreet Lakha /* Initialize Hw translate function pointers */
3164ce485cSBhawanpreet Lakha void dal_hw_translate_dcn21_init(struct hw_translate *tr);
3264ce485cSBhawanpreet Lakha 
3364ce485cSBhawanpreet Lakha #endif /* __DAL_HW_TRANSLATE_DCN21_H__ */
34