Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include add prototype for ibcs2_syscall()



details:   https://anonhg.NetBSD.org/src/rev/dd1351748769
branches:  trunk
changeset: 499943:dd1351748769
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Dec 02 16:13:34 2000 +0000

description:
add prototype for ibcs2_syscall()

diffstat:

 sys/arch/i386/include/ibcs2_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 820816909fc6 -r dd1351748769 sys/arch/i386/include/ibcs2_machdep.h
--- a/sys/arch/i386/include/ibcs2_machdep.h     Sat Dec 02 16:09:44 2000 +0000
+++ b/sys/arch/i386/include/ibcs2_machdep.h     Sat Dec 02 16:13:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_machdep.h,v 1.7 2000/12/02 16:09:44 jdolecek Exp $       */
+/*     $NetBSD: ibcs2_machdep.h,v 1.8 2000/12/02 16:13:34 jdolecek Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -55,5 +55,6 @@
 
 /* i386 has separated ibcs2_syscall() from syscall() */
 #define IBCS2_MACHDEP_HAS_SEPARATED_SYSCALL
+void ibcs2_syscall __P((struct trapframe *));
 
 #endif /* !_I386_IBCS2_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index