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