Browse Source

make multiboot_load static

tags/v0.9.3
Holger Lubitz 18 years ago
parent
commit
9a4790667a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/image/multiboot.c

+ 1
- 1
src/arch/i386/image/multiboot.c View File

360
  * @v image		Multiboot file
360
  * @v image		Multiboot file
361
  * @ret rc		Return status code
361
  * @ret rc		Return status code
362
  */
362
  */
363
-int multiboot_load ( struct image *image ) {
363
+static int multiboot_load ( struct image *image ) {
364
 	struct multiboot_header_info hdr;
364
 	struct multiboot_header_info hdr;
365
 	int rc;
365
 	int rc;
366
 
366
 

Loading…
Cancel
Save