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
 	physaddr_t	end;
33
 	physaddr_t	end;
34
 } __attribute__ (( packed ));
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
 /* Functions in buffer.c */
36
 /* Functions in buffer.c */
40
 
37
 
41
 extern void init_buffer ( struct buffer *buffer );
38
 extern void init_buffer ( struct buffer *buffer );

Loading…
Cancel
Save