NetBSD/sys/arch/amd64/include/bootinfo.h
fvdl 81918bf8b4 Rename the x86_64 port to amd64, as this is the actual name used for
the processor family now. x86_64 is kept as the MACHINE_ARCH value,
since it's already widely used (by e.g. the toolchain, etc), and
by other operating systems.
2003-04-26 18:39:25 +00:00

11 lines
201 B
C

/* $NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $ */
#ifndef _AMD64_BOOTINFO_H
#define _AMD64_BOOTINFO_H
#include <x86/bootinfo.h>
#define VAR32_SIZE 4096
#endif /* _AMD64_BOOTINFO_H_ */