1742d3c61SHawking Zhang /*
2742d3c61SHawking Zhang  * Copyright 2020 Advanced Micro Devices, Inc.
3742d3c61SHawking Zhang  *
4742d3c61SHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
5742d3c61SHawking Zhang  * copy of this software and associated documentation files (the "Software"),
6742d3c61SHawking Zhang  * to deal in the Software without restriction, including without limitation
7742d3c61SHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8742d3c61SHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
9742d3c61SHawking Zhang  * Software is furnished to do so, subject to the following conditions:
10742d3c61SHawking Zhang  *
11742d3c61SHawking Zhang  * The above copyright notice and this permission notice shall be included in
12742d3c61SHawking Zhang  * all copies or substantial portions of the Software.
13742d3c61SHawking Zhang  *
14742d3c61SHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15742d3c61SHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16742d3c61SHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17742d3c61SHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18742d3c61SHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19742d3c61SHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20742d3c61SHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
21742d3c61SHawking Zhang  *
22742d3c61SHawking Zhang  */
23742d3c61SHawking Zhang #ifndef __PSP_V13_0_H__
24742d3c61SHawking Zhang #define __PSP_V13_0_H__
25742d3c61SHawking Zhang 
26742d3c61SHawking Zhang #include "amdgpu_psp.h"
27742d3c61SHawking Zhang 
28*d4a4ff1cSLikun Gao #define PSP_SPIROM_UPDATE_TIMEOUT   60000   /* 60s */
29*d4a4ff1cSLikun Gao 
30742d3c61SHawking Zhang void psp_v13_0_set_psp_funcs(struct psp_context *psp);
31742d3c61SHawking Zhang 
32742d3c61SHawking Zhang #endif
33