+extern vm_offset_t sectTEXTB, sectDATAB, sectLINKB, sectPRELINKB;
+extern int sectSizeTEXT, sectSizeDATA, sectSizeLINK, sectSizePRELINK;
+
+/* XXX prototypes which should be in a commmon header file */
+addr64_t kdp_vtophys(pmap_t pmap, addr64_t va);
+int kern_dump(void);
+int kdp_dump_trap(int type, struct savearea *regs);
+/*
+ * XXX the following prototype doesn't match the declaration because the
+ * XXX actual declaration is wrong.
+ */
+extern int kdp_send_panic_packets(unsigned int request, char *corename,
+ unsigned int length, caddr_t txstart);
+
+
+