summaryrefslogtreecommitdiff
path: root/include/system/efistdarg.h
blob: 837c4f23f413f63437d1bcd4b4fe4429bc916177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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_

#include <stdarg.h>

#endif /* !_EFISTDARG_H_ */
#endif
// vim:fenc=utf-8:tw=75:noet