Merge from vendor branch TCPDUMP:
[dragonfly.git] / sys / amd64 / include / coredump.h
1 /*
2  * $DragonFly: src/sys/amd64/include/Attic/coredump.h,v 1.1 2004/02/02 08:05:52 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