summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorhosokawa <hosokawa@FreeBSD.org>2000-10-31 07:39:07 +0000
committerhosokawa <hosokawa@FreeBSD.org>2000-10-31 07:39:07 +0000
commit2c647e68e4bda7da2dd3e2a3211edb9131bd86af (patch)
tree88b3c7c9b4a7a6a43fb38918455b2aee44b876a4 /usr.sbin/sysinstall/sysinstall.h
parent4bcb0e4bae6bf14bb3ca01f9e5e8914e07e309d7 (diff)
downloadFreeBSD-src-2c647e68e4bda7da2dd3e2a3211edb9131bd86af.zip
FreeBSD-src-2c647e68e4bda7da2dd3e2a3211edb9131bd86af.tar.gz
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 8dab491..d81644a 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -670,6 +670,9 @@ extern WINDOW *savescr(void);
extern void restorescr(WINDOW *w);
extern char *sstrncpy(char *dst, const char *src, int size);
+/* modules.c */
+extern void moduleInitialize(void);
+
/* mouse.c */
extern int mousedTest(dialogMenuItem *self);
extern int mousedDisable(dialogMenuItem *self);
OpenPOWER on IntegriCloud