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:
parent
dc38303ff9
commit
9a4790667a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user