Now define splzs() here.

This commit is contained in:
fredette 2001-06-27 02:51:45 +00:00
parent 5d81b8d269
commit 1a29a16e5a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: psl.h,v 1.1 2001/06/14 12:57:11 fredette Exp $ */
/* $NetBSD: psl.h,v 1.2 2001/06/27 02:51:45 fredette Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -103,6 +103,9 @@ _getsr(void)
#define splclock() splraise5()
#define splstatclock() splclock()
/* Zilog Serial hardware interrupts (hard-wired at 6) */
#define splzs() spl6()
/* Block out all interrupts (except NMI of course). */
#define splhigh() spl7()
#define splsched() spl7()