/* * $DragonFly: src/sys/i386/include/Attic/coredump.h,v 1.1 2003/06/28 04:16:03 dillon Exp $ */ #ifndef _MACHINE_COREDUMP_H_ #define _MACHINE_COREDUMP_H_ /* * The pcb is augmented with machine-dependent additional data for * core dumps. For the i386: ??? */ struct md_coredump { }; #endif