rename amd64 architecture to x86_64
[dragonfly.git] / sys / cpu / x86_64 / include / coredump.h
CommitLineData
fc3f9779
SS
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 */
7struct md_coredump {
8};
9
10#endif