summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/frame.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
committerbde <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
commit289f11acb49b6dbb3081e09bf94a86f008f55814 (patch)
treee4952f18ac85eccbbd3d9b0f010098732d07fe6d /sys/amd64/include/frame.h
parent4c4945abee9eabe3a2be340ba973ae861c21a3c6 (diff)
downloadFreeBSD-src-289f11acb49b6dbb3081e09bf94a86f008f55814.zip
FreeBSD-src-289f11acb49b6dbb3081e09bf94a86f008f55814.tar.gz
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
Diffstat (limited to 'sys/amd64/include/frame.h')
-rw-r--r--sys/amd64/include/frame.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h
index db2993e..9bee6ed 100644
--- a/sys/amd64/include/frame.h
+++ b/sys/amd64/include/frame.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)frame.h 5.2 (Berkeley) 1/18/91
- * $Id: frame.h,v 1.7 1994/01/03 07:55:32 davidg Exp $
+ * $Id: frame.h,v 1.9 1994/05/25 08:56:02 rgrimes Exp $
*/
#ifndef _MACHINE_FRAME_H_
@@ -72,8 +72,6 @@ struct trapframe {
int tf_ss;
};
-extern int kdb_trap(int, int, struct trapframe *);
-
/* Interrupt stack frame */
struct intrframe {
@@ -137,4 +135,8 @@ struct sigframe {
sig_t sf_handler;
struct sigcontext sf_sc;
};
+
+int kdb_trap __P((int, int, struct trapframe *));
+int math_emulate __P((struct trapframe * info));
+
#endif /* _MACHINE_FRAME_H_ */
OpenPOWER on IntegriCloud