xref: /libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.h (revision 3d8e882215d238700cdceb37404f76ca7fa24eaa)
1*3d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
2*3d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
30d0321e0SJeremy L Thompson //
4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
50d0321e0SJeremy L Thompson //
6*3d8e8822SJeremy 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 
110d0321e0SJeremy L Thompson CEED_INTERN int CeedHipBuildQFunction(CeedQFunction qf);
120d0321e0SJeremy L Thompson 
130d0321e0SJeremy L Thompson #endif // _ceed_hip_qfunction_load_h
14