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