/* * $DragonFly: src/sys/cpu/i386/include/coredump.h,v 1.2 2006/11/07 06:43:22 dillon Exp $ */ #ifndef _CPU_COREDUMP_H_ #define _CPU_COREDUMP_H_ /* * The pcb is augmented with machine-dependent additional data for * core dumps. For the i386: ??? */ struct md_coredump { }; #endif