mirror of https://github.com/ipxe/ipxe.git
Don't include etherboot.h; we get a circular dependency
parent
a9fabe7546
commit
7a4b45d3b0
|
@ -1,7 +1,8 @@
|
|||
#ifndef BUFFER_H
|
||||
#define BUFFER_H
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "compiler.h"
|
||||
#include "stdint.h"
|
||||
|
||||
/** @file
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue