Make sure halt() is prototyped.

This commit is contained in:
mark 1998-01-18 04:16:06 +00:00
parent 057522ef3f
commit ce9284e134
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kbd.c,v 1.20 1998/01/13 02:10:03 thorpej Exp $ */
/* $NetBSD: kbd.c,v 1.21 1998/01/18 04:16:06 mark Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@ -145,6 +145,7 @@ extern int console_scrollforward __P((void));
#ifdef PMAP_DEBUG
extern void pmap_debug __P((int level));
#endif
extern void halt __P((void));
extern struct cfdriver kbd_cd;