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