summaryrefslogtreecommitdiffstats
path: root/src/include/buffer.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-19 02:19:07 +0200
committerMichael Brown2005-05-19 02:19:07 +0200
commita13502462668942d121ca366c8f37e42ea0784d3 (patch)
tree326cb4b57d5be378221fbc7e35d29deb8f46e922 /src/include/buffer.h
parentAdded preliminary doxygen documentation (diff)
downloadipxe-a13502462668942d121ca366c8f37e42ea0784d3.tar.gz
ipxe-a13502462668942d121ca366c8f37e42ea0784d3.tar.xz
ipxe-a13502462668942d121ca366c8f37e42ea0784d3.zip
load_buffer is now handled via load_buffer.h
Diffstat (limited to 'src/include/buffer.h')
-rw-r--r--src/include/buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/buffer.h b/src/include/buffer.h
index 0085c7d1..1d5501f3 100644
--- a/src/include/buffer.h
+++ b/src/include/buffer.h
@@ -33,9 +33,6 @@ struct buffer_free_block {
physaddr_t end;
} __attribute__ (( packed ));
-/* This must be provided by the architecture-dependent load_buffer.c */
-extern struct buffer load_buffer;
-
/* Functions in buffer.c */
extern void init_buffer ( struct buffer *buffer );