1*032e71eaSJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2*032e71eaSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3*032e71eaSJeremy L Thompson // 4*032e71eaSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 5*032e71eaSJeremy L Thompson // 6*032e71eaSJeremy L Thompson // This file is part of CEED: http://github.com/ceed 7*032e71eaSJeremy L Thompson 8*032e71eaSJeremy L Thompson #include <ceed.h> 9*032e71eaSJeremy L Thompson #include <ceed/backend.h> 10*032e71eaSJeremy L Thompson #include <ceed-impl.h> 11*032e71eaSJeremy L Thompson 12*032e71eaSJeremy L Thompson const char CeedJitSourceRootDefault[] = CEED_JIT_SOUCE_ROOT_DEFAULT; 13