mirror of
https://github.com/xcat2/xNBA.git
synced 2026-03-25 15:53:29 +00:00
make eltorito_load static
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user