mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
load_buffer is now handled via load_buffer.h
This commit is contained in:
parent
a2915ad06d
commit
a135024626
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user