diff options
Diffstat (limited to 'gnu-efi/inc/efistdarg.h')
-rw-r--r-- | gnu-efi/inc/efistdarg.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu-efi/inc/efistdarg.h b/gnu-efi/inc/efistdarg.h new file mode 100644 index 00000000..677090e4 --- /dev/null +++ b/gnu-efi/inc/efistdarg.h @@ -0,0 +1,24 @@ +#ifndef _EFISTDARG_H_ +#define _EFISTDARG_H_ + +/*++ + +Copyright (c) 1998 Intel Corporation + +Module Name: + + devpath.h + +Abstract: + + Defines for parsing the EFI Device Path structures + + + +Revision History + +--*/ + +#include <stdarg.h> + +#endif |