http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2915ad
)
load_buffer is now handled via load_buffer.h
author
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 00:19:07 +0000
(
00:19
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 00:19:07 +0000
(
00:19
+0000)
src/include/buffer.h
patch
|
blob
|
history
diff --git
a/src/include/buffer.h
b/src/include/buffer.h
index
0085c7d
..
1d5501f
100644
(file)
--- 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 );