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