Parcourir la source

load_buffer is now handled via load_buffer.h

tags/v0.9.3
Michael Brown il y a 21 ans
Parent
révision
a135024626
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0
    3
      src/include/buffer.h

+ 0
- 3
src/include/buffer.h Voir le fichier

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

Chargement…
Annuler
Enregistrer