summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-10 22:33:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-10 22:33:04 +0000
commit56165993312fad2f4f53ed440bb7eae814fa08a2 (patch)
tree2e91140aa94a48322313b1636b04c8d4cb005c37 /sys/boot/common/bootstrap.h
parenta128794977a3126a851055a5113d890488eb111f (diff)
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 93671495c56f..12652d011287 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -219,7 +219,6 @@ extern struct file_format *file_formats[]; /* supplied by consumer */
extern struct preloaded_file *preloaded_files;
int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
-int mod_loadobj(char *type, char *name);
int mod_loadkld(const char *name, int argc, char *argv[]);
struct preloaded_file *file_alloc(void);