mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
make multiboot_load static
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user