what the heck one last one before i go take a nap...
[dragonfly.git] / sys / cpu / i386 / include / coredump.h
1 /*
2  * $DragonFly: src/sys/cpu/i386/include/coredump.h,v 1.1 2003/06/28 04:16:03 dillon Exp $
3  */
4
5 #ifndef _MACHINE_COREDUMP_H_
6 #define _MACHINE_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