Declare KGDB hook functions.

This commit is contained in:
wdk 2001-12-15 11:17:03 +00:00
parent b697919ea7
commit c49454c890
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: z8530var.h,v 1.3 2001/03/31 00:08:34 wdk Exp $ */
/* $NetBSD: z8530var.h,v 1.4 2001/12/15 11:17:03 wdk Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -80,3 +80,8 @@ void zs_write_data __P((struct zs_chanstate *cs, u_char val));
/* Zilog Serial hardware interrupts (level 0) */
#define splzs() spltty()
#if defined(_KERNEL) && defined(KGDB)
void zs_kgdb_init __P((void));
void zskgdb __P((struct zs_chanstate *));
#endif