Explorar el Código

load_buffer is now handled via load_buffer.h

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
a135024626
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      src/include/buffer.h

+ 0
- 3
src/include/buffer.h Ver fichero

@@ -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…
Cancelar
Guardar