david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make eltorito_load static

This commit is contained in:
Holger Lubitz 2007-07-27 21:58:31 +02:00
parent 909ad9e80a
commit 5ec4e2ad50
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ static int eltorito_load_disk ( struct image *image,
* @v image El Torito file
* @ret rc Return status code
*/
int eltorito_load ( struct image *image ) {
static int eltorito_load ( struct image *image ) {
struct eltorito_boot_entry boot_entry;
unsigned long bootcat_offset;
int rc;