/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
int code,
int subcode);
-extern void thread_exception_return(void);
-
extern boolean_t kernel_trap(
struct i386_saved_state *regs);
extern void i386_astintr(int preemption);
+#if defined(MACH_KDP)
+extern void kdp_i386_trap(
+ unsigned int,
+ struct i386_saved_state *,
+ kern_return_t,
+ vm_offset_t);
+#endif /* MACH_KDP */
#endif /* !ASSEMBLER && MACH_KERNEL */
#endif /* _I386_TRAP_H_ */