mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
Gave vsprintf.c its own header file, and made console.h include it.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#include "etherboot.h"
|
||||
#include <stdarg.h>
|
||||
#include "if_ether.h" /* for ETH_ALEN */
|
||||
#include "limits.h" /* for CHAR_BIT */
|
||||
#include "console.h"
|
||||
#include "vsprintf.h"
|
||||
|
||||
#define LONG_SHIFT ((int)((sizeof(unsigned long)*CHAR_BIT) - 4))
|
||||
#define INT_SHIFT ((int)((sizeof(unsigned int)*CHAR_BIT) - 4))
|
||||
|
||||
Reference in New Issue
Block a user