declarations

This commit is contained in:
pk 1995-08-18 10:47:46 +00:00
parent 7b7773a0c5
commit 8427fe6126
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.h,v 1.9 1995/03/08 15:51:03 pk Exp $ */
/* $NetBSD: autoconf.h,v 1.10 1995/08/18 10:47:46 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -163,5 +163,8 @@ struct bootpath {
struct device *bootdv; /* found during autoconfiguration */
struct bootpath *bootpath_store __P((int, struct bootpath *));
int sd_crazymap __P((int));
/* Parse a disk string into a dev_t, return device struct pointer */
struct device *parsedisk __P((char *, int, int, dev_t *));