#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