david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

load_buffer is now handled via load_buffer.h

This commit is contained in:
Michael Brown 2005-05-19 00:19:07 +00:00
parent a2915ad06d
commit a135024626
1 changed files with 0 additions and 3 deletions

View File

@ -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 );