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