2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 23:31:39 +00:00

make multiboot_load static

This commit is contained in:
Holger Lubitz 2007-07-27 22:01:23 +02:00
parent dc38303ff9
commit 9a4790667a

View File

@ -360,7 +360,7 @@ static int multiboot_load_elf ( struct image *image ) {
* @v image Multiboot file
* @ret rc Return status code
*/
int multiboot_load ( struct image *image ) {
static int multiboot_load ( struct image *image ) {
struct multiboot_header_info hdr;
int rc;