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