aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:58:31 +0200
committerHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:58:31 +0200
commit5ec4e2ad5010923c7793f0be8ddce058f170874c (patch)
tree2af48a437bc123058472ff7bce552fc7bf41c777 /src/arch
parent909ad9e80a94e55972255e422c5bf49bdd437d93 (diff)
downloadipxe-5ec4e2ad5010923c7793f0be8ddce058f170874c.tar.gz
make eltorito_load static
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/image/eltorito.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/eltorito.c b/src/arch/i386/image/eltorito.c
index 53e25ca5..9d573106 100644
--- a/src/arch/i386/image/eltorito.c
+++ b/src/arch/i386/image/eltorito.c
@@ -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;