MFC: following 4 commits:
[dragonfly.git] / sys / cpu / amd64 / include / coredump.h
blobaa7b88d4145b8d01d1416e3c53f83d553c33426b
1 /*
2 * $DragonFly: src/sys/cpu/amd64/include/coredump.h,v 1.1 2007/08/21 19:40:24 corecode Exp $
3 */
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: ???
11 struct md_coredump {
14 #endif