rename amd64 architecture to x86_64
[dragonfly.git] / sys / cpu / x86_64 / include / coredump.h
1 #ifndef _CPU_COREDUMP_H_
2 #define _CPU_COREDUMP_H_
3 /*
4  * The pcb is augmented with machine-dependent additional data for
5  * core dumps. For the i386: ???
6  */
7 struct md_coredump {
8 };
9
10 #endif