1654f761cSFeifei Xu /*
2654f761cSFeifei Xu  * Copyright 2018 Advanced Micro Devices, Inc.
3654f761cSFeifei Xu  *
4654f761cSFeifei Xu  * Permission is hereby granted, free of charge, to any person obtaining a
5654f761cSFeifei Xu  * copy of this software and associated documentation files (the "Software"),
6654f761cSFeifei Xu  * to deal in the Software without restriction, including without limitation
7654f761cSFeifei Xu  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8654f761cSFeifei Xu  * and/or sell copies of the Software, and to permit persons to whom the
9654f761cSFeifei Xu  * Software is furnished to do so, subject to the following conditions:
10654f761cSFeifei Xu  *
11654f761cSFeifei Xu  * The above copyright notice and this permission notice shall be included in
12654f761cSFeifei Xu  * all copies or substantial portions of the Software.
13654f761cSFeifei Xu  *
14654f761cSFeifei Xu  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15654f761cSFeifei Xu  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16654f761cSFeifei Xu  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17654f761cSFeifei Xu  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18654f761cSFeifei Xu  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19654f761cSFeifei Xu  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20654f761cSFeifei Xu  * OTHER DEALINGS IN THE SOFTWARE.
21654f761cSFeifei Xu  *
22654f761cSFeifei Xu  */
23654f761cSFeifei Xu #ifndef __PSP_V11_0_H__
24654f761cSFeifei Xu #define __PSP_V11_0_H__
25654f761cSFeifei Xu 
26654f761cSFeifei Xu #include "amdgpu_psp.h"
27654f761cSFeifei Xu 
28654f761cSFeifei Xu void psp_v11_0_set_psp_funcs(struct psp_context *psp);
29654f761cSFeifei Xu 
30654f761cSFeifei Xu #endif
31