summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-09-16 08:23:21 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-09-16 08:23:21 +0000
commit129957363e701a32b58fe94f51d369fd22f47946 (patch)
tree35413e2eff113ef3dafd78f8cdfa6ab431447a5a /sys/alpha/include
parent75275c763050826cf00b2c54fa3dadd0256fe4cc (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/ipl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/include/ipl.h b/sys/alpha/include/ipl.h
index 4405a0fa0fb9..6e8d00af6a40 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.3 1998/07/12 16:32:08 dfr Exp $
+ * $Id: ipl.h,v 1.4 1998/07/22 08:28:24 dfr Exp $
*/
#ifndef _MACHINE_IPL_H_
@@ -42,8 +42,10 @@
extern int splsoft(void);
extern int splsoftclock(void);
extern int splsoftnet(void);
+extern int splsoftcam(void);
extern int splnet(void);
extern int splbio(void);
+extern int splcam(void);
extern int splimp(void);
extern int spltty(void);
extern int splvm(void);