efi-boot-shim/include/system/efistdarg.h
2021-03-23 23:49:46 +00:00

20 lines
361 B
C

// SPDX-License-Identifier: BSD-2-Clause-Patent
/*
* efistdarg.h - AAAARGGGG
* Copyright Peter Jones <pjones@redhat.com>
*/
#ifndef SHIM_UNIT_TEST
#ifndef _EFISTDARG_H_
#define _EFISTDARG_H_
#ifndef GNU_EFI_USE_EXTERNAL_STDARG
#define GNU_EFI_USE_EXTERNAL_STDARG
#endif
#include <stdarg.h>
#endif /* !_EFISTDARG_H_ */
#endif
// vim:fenc=utf-8:tw=75:noet