xref: /libCEED/rust/libceed-sys/c-src/backends/cuda-gen/ceed-cuda-gen-operator-build.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.
3241a4b83SYohann //
4*3d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
5241a4b83SYohann //
6*3d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
7241a4b83SYohann 
83d576824SJeremy L Thompson #ifndef _ceed_cuda_gen_operator_build_h
93d576824SJeremy L Thompson #define _ceed_cuda_gen_operator_build_h
103d576824SJeremy L Thompson 
11241a4b83SYohann CEED_INTERN int CeedCudaGenOperatorBuild(CeedOperator op);
123d576824SJeremy L Thompson 
133d576824SJeremy L Thompson #endif // _ceed_cuda_gen_operator_build_h
14