summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-09-19 09:29:40 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-09-19 09:29:40 +0000
commit4e6823805e561be0c107cb90c8076e3b96732b01 (patch)
treea215b8aff5d91d9651faafb0a64b5fa375272a98 /sys/alpha/include
parent5ea940904e728f9cfa05dca8e154cc3e71c208f9 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/ipl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/ipl.h b/sys/alpha/include/ipl.h
index 6e8d00af6a40..571a93fd16e7 100644
--- a/sys/alpha/include/ipl.h
+++ b/sys/alpha/include/ipl.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl.h,v 1.4 1998/07/22 08:28:24 dfr Exp $
+ * $Id: ipl.h,v 1.5 1998/09/16 08:23:21 dfr Exp $
*/
#ifndef _MACHINE_IPL_H_
@@ -43,6 +43,7 @@ extern int splsoft(void);
extern int splsoftclock(void);
extern int splsoftnet(void);
extern int splsoftcam(void);
+extern int splsoftvm(void);
extern int splnet(void);
extern int splbio(void);
extern int splcam(void);