13d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 30d0321e0SJeremy L Thompson // 43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 50d0321e0SJeremy L Thompson // 63d8e8822SJeremy L Thompson // This file is part of CEED: http://github.com/ceed 70d0321e0SJeremy L Thompson 80d0321e0SJeremy L Thompson #ifndef _ceed_hip_qfunction_load_h 90d0321e0SJeremy L Thompson #define _ceed_hip_qfunction_load_h 100d0321e0SJeremy L Thompson 11*eb7e6cafSJeremy L Thompson CEED_INTERN int CeedQFunctionBuildKernel_Hip_ref(CeedQFunction qf); 120d0321e0SJeremy L Thompson 130d0321e0SJeremy L Thompson #endif // _ceed_hip_qfunction_load_h 14