16a7a0bdbSAaron Liu /*
26a7a0bdbSAaron Liu  * Copyright 2019 Advanced Micro Devices, Inc.
36a7a0bdbSAaron Liu  *
46a7a0bdbSAaron Liu  * Permission is hereby granted, free of charge, to any person obtaining a
56a7a0bdbSAaron Liu  * copy of this software and associated documentation files (the "Software"),
66a7a0bdbSAaron Liu  * to deal in the Software without restriction, including without limitation
76a7a0bdbSAaron Liu  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
86a7a0bdbSAaron Liu  * and/or sell copies of the Software, and to permit persons to whom the
96a7a0bdbSAaron Liu  * Software is furnished to do so, subject to the following conditions:
106a7a0bdbSAaron Liu  *
116a7a0bdbSAaron Liu  * The above copyright notice and this permission notice shall be included in
126a7a0bdbSAaron Liu  * all copies or substantial portions of the Software.
136a7a0bdbSAaron Liu  *
146a7a0bdbSAaron Liu  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
156a7a0bdbSAaron Liu  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166a7a0bdbSAaron Liu  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
176a7a0bdbSAaron Liu  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
186a7a0bdbSAaron Liu  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
196a7a0bdbSAaron Liu  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
206a7a0bdbSAaron Liu  * OTHER DEALINGS IN THE SOFTWARE.
216a7a0bdbSAaron Liu  *
226a7a0bdbSAaron Liu  */
236a7a0bdbSAaron Liu #ifndef __PSP_V12_0_H__
246a7a0bdbSAaron Liu #define __PSP_V12_0_H__
256a7a0bdbSAaron Liu 
266a7a0bdbSAaron Liu #include "amdgpu_psp.h"
276a7a0bdbSAaron Liu 
286a7a0bdbSAaron Liu void psp_v12_0_set_psp_funcs(struct psp_context *psp);
296a7a0bdbSAaron Liu 
306a7a0bdbSAaron Liu #endif
31