/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (c) 2018, Intel Corporation. */ #ifndef _CALLVPE_H_ #define _CALLVPE_H_ int callvpe(const char *file, char *const args[], char *const envp[]); #endif