Major kernel build infrastructure changes, part 1/2 (sys).
[dragonfly.git] / sys / cpu / i386 / include / coredump.h
1 /*
2  * $DragonFly: src/sys/cpu/i386/include/coredump.h,v 1.2 2006/11/07 06:43:22 dillon Exp $
3  */
4
5 #ifndef _CPU_COREDUMP_H_
6 #define _CPU_COREDUMP_H_
7 /*
8  * The pcb is augmented with machine-dependent additional data for
9  * core dumps. For the i386: ???
10  */
11 struct md_coredump {
12 };
13
14 #endif