diff options
Diffstat (limited to 'sys/arch/i386/include/psl.h')
-rw-r--r-- | sys/arch/i386/include/psl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/include/psl.h b/sys/arch/i386/include/psl.h index 8f9fbd87901..b0041b9f670 100644 --- a/sys/arch/i386/include/psl.h +++ b/sys/arch/i386/include/psl.h @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.27 1996/02/01 22:30:56 mycroft Exp $ */ +/* $NetBSD: psl.h,v 1.28 1996/05/03 19:26:31 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -104,6 +104,11 @@ int imask[5]; extern void Xspllower __P((void)); +static __inline int splraise __P((int)); +static __inline int spllower __P((int)); +static __inline void splx __P((int)); +static __inline void softintr __P((int)); + /* * Add a mask to cpl, and return the old value of cpl. */ |