"Support" splhigh(), requested by reinoud. But the spl emulation

code needs to be actually written soon ...
This commit is contained in:
pooka 2007-10-31 16:00:26 +00:00
parent 87f9ee4c42
commit 6cc957f067
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.3 2007/09/11 16:31:01 briggs Exp $ */
/* $NetBSD: intr.h,v 1.4 2007/10/31 16:00:26 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -33,6 +33,7 @@
#define spllower(x) ((void)0)
#define splraise(x) 0
#define splsoftnet() 0
#define splhigh() 0
#define splclock() 0
#define splbio() 0
#define splvm() 0