mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-14 14:30:51 +00:00
25 lines
240 B
C
25 lines
240 B
C
#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
|