xref: /netbsd-src/sys/arch/amd64/include/bootinfo.h (revision 81918bf8b45b7718dba8158a1bf3deedfb4a4f10)
1*81918bf8Sfvdl /*	$NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $	*/
2*81918bf8Sfvdl 
3*81918bf8Sfvdl #ifndef _AMD64_BOOTINFO_H
4*81918bf8Sfvdl #define _AMD64_BOOTINFO_H
5*81918bf8Sfvdl 
6*81918bf8Sfvdl #include <x86/bootinfo.h>
7*81918bf8Sfvdl 
8*81918bf8Sfvdl #define VAR32_SIZE	4096
9*81918bf8Sfvdl 
10*81918bf8Sfvdl #endif	/* _AMD64_BOOTINFO_H_ */
11