Browse Source

load_buffer is now handled via load_buffer.h

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
a135024626
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/include/buffer.h

+ 0
- 3
src/include/buffer.h View File

@@ -33,9 +33,6 @@ struct buffer_free_block {
33 33
 	physaddr_t	end;
34 34
 } __attribute__ (( packed ));
35 35
 
36
-/* This must be provided by the architecture-dependent load_buffer.c */
37
-extern struct buffer load_buffer;
38
-
39 36
 /* Functions in buffer.c */
40 37
 
41 38
 extern void init_buffer ( struct buffer *buffer );

Loading…
Cancel
Save