Home | History | Annotate | Line # | Download | only in include
      1  1.1  fvdl /*	$NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $	*/
      2  1.1  fvdl 
      3  1.1  fvdl #ifndef _AMD64_BOOTINFO_H
      4  1.1  fvdl #define _AMD64_BOOTINFO_H
      5  1.1  fvdl 
      6  1.1  fvdl #include <x86/bootinfo.h>
      7  1.1  fvdl 
      8  1.1  fvdl #define VAR32_SIZE	4096
      9  1.1  fvdl 
     10  1.1  fvdl #endif	/* _AMD64_BOOTINFO_H_ */
     11