summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-27 23:35:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-06-27 23:35:07 +0200
commit5fddd33652fc2f1d6c9578f961d961b49c8f235c (patch)
tree00369f1c63a9a487cc28e79db8b4bc517f7dcc72
parent328a9f879c4b30ae354aac72e405d8cb157052e9 (diff)
Add splvm prototype
* i386/i386/spl.h (splvm): Add prototype.
-rw-r--r--i386/i386/spl.h1
1 files changed, 1 insertions, 0 deletions
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);