mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
vsprintf.h is gPXE-specific; move it to include/gpxe
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef VSPRINTF_H
|
||||
#define VSPRINTF_H
|
||||
#ifndef _GPXE_VSPRINTF_H
|
||||
#define _GPXE_VSPRINTF_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -64,4 +64,4 @@ struct printf_context {
|
||||
|
||||
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
|
||||
va_list args );
|
||||
#endif /* VSPRINTF_H */
|
||||
#endif /* _GPXE_VSPRINTF_H */
|
||||
Reference in New Issue
Block a user