1*cf14826cSLeo Liu /* 2*cf14826cSLeo Liu * Copyright 2019 Advanced Micro Devices, Inc. 3*cf14826cSLeo Liu * 4*cf14826cSLeo Liu * Permission is hereby granted, free of charge, to any person obtaining a 5*cf14826cSLeo Liu * copy of this software and associated documentation files (the "Software"), 6*cf14826cSLeo Liu * to deal in the Software without restriction, including without limitation 7*cf14826cSLeo Liu * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8*cf14826cSLeo Liu * and/or sell copies of the Software, and to permit persons to whom the 9*cf14826cSLeo Liu * Software is furnished to do so, subject to the following conditions: 10*cf14826cSLeo Liu * 11*cf14826cSLeo Liu * The above copyright notice and this permission notice shall be included in 12*cf14826cSLeo Liu * all copies or substantial portions of the Software. 13*cf14826cSLeo Liu * 14*cf14826cSLeo Liu * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*cf14826cSLeo Liu * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*cf14826cSLeo Liu * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*cf14826cSLeo Liu * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*cf14826cSLeo Liu * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*cf14826cSLeo Liu * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*cf14826cSLeo Liu * OTHER DEALINGS IN THE SOFTWARE. 21*cf14826cSLeo Liu * 22*cf14826cSLeo Liu */ 23*cf14826cSLeo Liu 24*cf14826cSLeo Liu #ifndef __VCN_V3_0_H__ 25*cf14826cSLeo Liu #define __VCN_V3_0_H__ 26*cf14826cSLeo Liu 27*cf14826cSLeo Liu extern const struct amdgpu_ip_block_version vcn_v3_0_ip_block; 28*cf14826cSLeo Liu 29*cf14826cSLeo Liu #endif /* __VCN_V3_0_H__ */ 30