From 5fddd33652fc2f1d6c9578f961d961b49c8f235c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 27 Jun 2018 23:35:07 +0200 Subject: Add splvm prototype * i386/i386/spl.h (splvm): Add prototype. --- i386/i386/spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/i386/i386/spl.h b/i386/i386/spl.h index 00c51458..173629fe 100644 --- a/i386/i386/spl.h +++ b/i386/i386/spl.h @@ -54,6 +54,7 @@ extern spl_t (spldcm)(void); extern spl_t (spl6)(void); extern spl_t (spltty)(void); extern spl_t (splimp)(void); +extern spl_t (splvm)(void); extern spl_t (spl7)(void); extern spl_t (splclock)(void); -- cgit v1.2.3