#include "io.h"
#include "errno.h"
#include <assert.h>
-#include "buffer.h"
+#include <gpxe/buffer.h>
/**
* Initialise a buffer.
#include "dev.h"
-#include "buffer.h"
+#include <gpxe/buffer.h>
#include "load_buffer.h"
#include "image.h"
#include <console.h>
#include "stdint.h"
#include "string.h"
-#include "buffer.h"
+#include <gpxe/buffer.h>
#include "dhcp.h" /* for dhcp_dev_id */
#include <gpxe/tables.h>
#include <assert.h>
-#ifndef BUFFER_H
-#define BUFFER_H
+#ifndef _GPXE_BUFFER_H
+#define _GPXE_BUFFER_H
#include "compiler.h" /* for doxygen */
#include "stdint.h"
extern int fill_buffer ( struct buffer *buffer, const void *data,
off_t offset, size_t len );
-#endif /* BUFFER_H */
+#endif /* _GPXE_BUFFER_H */
#ifndef LOAD_BUFFER_H
#define LOAD_BUFFER_H
-#include "buffer.h"
+#include <gpxe/buffer.h>
/*
* These functions are architecture-dependent, but the interface must
#define PROTO_H
#include <gpxe/tables.h>
-#include "buffer.h"
+#include <gpxe/buffer.h>
#include <gpxe/in.h>
struct protocol {
/** @file */
#include <gpxe/in.h>
-#include "buffer.h"
+#include <gpxe/buffer.h>
#include "nic.h"
#include "ip.h"
#include "udp.h"