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