13c556139SLikun Gao /* 23c556139SLikun Gao * Copyright 2020 Advanced Micro Devices, Inc. 33c556139SLikun Gao * 43c556139SLikun Gao * Permission is hereby granted, free of charge, to any person obtaining a 53c556139SLikun Gao * copy of this software and associated documentation files (the "Software"), 63c556139SLikun Gao * to deal in the Software without restriction, including without limitation 73c556139SLikun Gao * the rights to use, copy, modify, merge, publish, distribute, sublicense, 83c556139SLikun Gao * and/or sell copies of the Software, and to permit persons to whom the 93c556139SLikun Gao * Software is furnished to do so, subject to the following conditions: 103c556139SLikun Gao * 113c556139SLikun Gao * The above copyright notice and this permission notice shall be included in 123c556139SLikun Gao * all copies or substantial portions of the Software. 133c556139SLikun Gao * 143c556139SLikun Gao * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 153c556139SLikun Gao * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 163c556139SLikun Gao * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 173c556139SLikun Gao * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 183c556139SLikun Gao * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 193c556139SLikun Gao * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 203c556139SLikun Gao * OTHER DEALINGS IN THE SOFTWARE. 213c556139SLikun Gao * 223c556139SLikun Gao */ 233c556139SLikun Gao 243c556139SLikun Gao #ifndef __HDP_V4_0_H__ 253c556139SLikun Gao #define __HDP_V4_0_H__ 263c556139SLikun Gao 273c556139SLikun Gao #include "soc15_common.h" 283c556139SLikun Gao 293c556139SLikun Gao extern const struct amdgpu_hdp_funcs hdp_v4_0_funcs; 30*6d76e904Syipechai extern struct amdgpu_hdp_ras hdp_v4_0_ras; 313c556139SLikun Gao 323c556139SLikun Gao #endif 33