summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-10-12 22:39:02 +0000
committerjkh <jkh@FreeBSD.org>2001-10-12 22:39:02 +0000
commit6323844d2c5c0697037f495f7d9f2a3d5919727e (patch)
tree1de88d0eb3af3bdcd0214ac3e9d0bc80424a5711 /usr.sbin/sysinstall/sysinstall.h
parenteed0e0a1c4043b4a8a5e72e86202bc3f0e6832b3 (diff)
downloadFreeBSD-src-6323844d2c5c0697037f495f7d9f2a3d5919727e.zip
FreeBSD-src-6323844d2c5c0697037f495f7d9f2a3d5919727e.tar.gz
Add the ability to load klds from a floppy as part of the installation.
Submitted by: "Daniel O'Connor" <doconnor@gsoft.com.au> MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index f143b38..3653c32 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -371,6 +371,7 @@ extern DMenu MenuFTPOptions; /* FTP Installation options */
extern DMenu MenuIndex; /* Index menu */
extern DMenu MenuOptions; /* Installation options */
extern DMenu MenuOptionsLanguage; /* Language options menu */
+extern DMenu MenuKLD; /* Prototype KLD menu */
extern DMenu MenuMedia; /* Media type menu */
extern DMenu MenuMouse; /* Mouse type menu */
extern DMenu MenuMediaCDROM; /* CDROM media menu */
@@ -674,6 +675,7 @@ extern char *sstrncpy(char *dst, const char *src, int size);
/* modules.c */
extern void moduleInitialize(void);
+extern int kldBrowser(dialogMenuItem *self);
/* mouse.c */
extern int mousedTest(dialogMenuItem *self);
OpenPOWER on IntegriCloud