Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/include Add some declarations.
details: https://anonhg.NetBSD.org/src/rev/0c1580b8f578
branches: trunk
changeset: 473975:0c1580b8f578
user: sakamoto <sakamoto%NetBSD.org@localhost>
date: Thu Jun 24 01:33:08 1999 +0000
description:
Add some declarations.
diffstat:
sys/arch/bebox/include/intr.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 81a3b7065de4 -r 0c1580b8f578 sys/arch/bebox/include/intr.h
--- a/sys/arch/bebox/include/intr.h Thu Jun 24 01:28:02 1999 +0000
+++ b/sys/arch/bebox/include/intr.h Thu Jun 24 01:33:08 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.6 1998/08/15 10:11:01 mycroft Exp $ */
+/* $NetBSD: intr.h,v 1.7 1999/06/24 01:33:08 sakamoto Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,9 +83,14 @@
void do_pending_int __P((void));
+static __inline int splraise __P((int));
+static __inline int spllower __P((int));
+static __inline void splx __P((int));
+static __inline void set_sint __P((int));
extern volatile int cpl, ipending, astpending, tickspending;
extern int imask[];
+extern long intrcnt[];
/*
* Reorder protection in the following inline functions is
Home |
Main Index |
Thread Index |
Old Index