Add splserial().

This commit is contained in:
scw 1999-02-20 16:24:53 +00:00
parent 3a5b0d88ca
commit 9a7c49a33e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.13 1998/08/22 10:55:34 scw Exp $ */
/* $NetBSD: param.h,v 1.14 1999/02/20 16:24:53 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -100,6 +100,7 @@
#define splnet() spl3()
#define spltty() spl3()
#define splimp() spl3()
#define splserial() spl4()
#define splclock() spl5()
#define splstatclock() spl5()
#define splvm() spl5()