diff options
Diffstat (limited to 'sys/boot/i386/installboot/installboot.h')
-rw-r--r-- | sys/boot/i386/installboot/installboot.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/i386/installboot/installboot.h b/sys/boot/i386/installboot/installboot.h new file mode 100644 index 0000000..83d2275 --- /dev/null +++ b/sys/boot/i386/installboot/installboot.h @@ -0,0 +1,9 @@ +/* $NetBSD: installboot.h,v 1.3 1998/01/05 07:02:57 perry Exp $ */ + +ino_t createfileondev __P((char *, char *, char *, int)); +void cleanupfileondev __P((char *, char *, int)); + +char *getmountpoint __P((char *)); +void cleanupmount __P((char *)); + +extern int verbose; |