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