179819d9aSAlex Deucher /* SPDX-License-Identifier: MIT */ 279819d9aSAlex Deucher /* 379819d9aSAlex Deucher * Copyright 2024 Advanced Micro Devices, Inc. 479819d9aSAlex Deucher * 579819d9aSAlex Deucher * Permission is hereby granted, free of charge, to any person obtaining a 679819d9aSAlex Deucher * copy of this software and associated documentation files (the "Software"), 779819d9aSAlex Deucher * to deal in the Software without restriction, including without limitation 879819d9aSAlex Deucher * the rights to use, copy, modify, merge, publish, distribute, sublicense, 979819d9aSAlex Deucher * and/or sell copies of the Software, and to permit persons to whom the 1079819d9aSAlex Deucher * Software is furnished to do so, subject to the following conditions: 1179819d9aSAlex Deucher * 1279819d9aSAlex Deucher * The above copyright notice and this permission notice shall be included in 1379819d9aSAlex Deucher * all copies or substantial portions of the Software. 1479819d9aSAlex Deucher * 1579819d9aSAlex Deucher * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1679819d9aSAlex Deucher * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1779819d9aSAlex Deucher * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 1879819d9aSAlex Deucher * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 1979819d9aSAlex Deucher * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 2079819d9aSAlex Deucher * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 2179819d9aSAlex Deucher * OTHER DEALINGS IN THE SOFTWARE. 2279819d9aSAlex Deucher * 2379819d9aSAlex Deucher */ 2479819d9aSAlex Deucher 2579819d9aSAlex Deucher #ifndef MES_USERQ_H 2679819d9aSAlex Deucher #define MES_USERQ_H 27*42a66677SAlex Deucher #include "amdgpu_userq.h" 2879819d9aSAlex Deucher 2979819d9aSAlex Deucher extern const struct amdgpu_userq_funcs userq_mes_funcs; 3079819d9aSAlex Deucher #endif 31