summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/bootstrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 12652d0..d7a95a7 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -231,9 +231,6 @@ int file_addmodule(struct preloaded_file *fp, char *modname, int version,
/* MI module loaders */
-int aout_loadfile(char *filename, vm_offset_t dest, struct preloaded_file **result);
-vm_offset_t aout_findsym(char *name, struct preloaded_file *fp);
-
int elf_loadfile(char *filename, vm_offset_t dest, struct preloaded_file **result);
/*
OpenPOWER on IntegriCloud