Stopgap for splaudio(), needed by the Melody driver.

This will be replaced soon by something similar to the spltty stuff.
This commit is contained in:
is 1997-10-17 19:39:34 +00:00
parent dc67436742
commit d3baeaf812

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.h,v 1.1 1997/08/27 18:41:25 is Exp $ */
/* $NetBSD: intr.h,v 1.2 1997/10/17 19:39:34 is Exp $ */
/*
* Copyright (c) 1997 Ignatios Souvatzis.
@ -49,4 +49,9 @@
#define IPL_SOFTSERIAL 1
#define splserial spl5
#ifdef splaudio
#undef splaudio
#define splaudio spl6
#endif
#endif