11 lines
204 B
C
11 lines
204 B
C
/* $NetBSD: bootinfo.h,v 1.2 2003/02/26 21:29:34 fvdl Exp $ */
|
|
|
|
#ifndef _X86_64_BOOTINFO_H
|
|
#define _X86_64_BOOTINFO_H
|
|
|
|
#include <x86/bootinfo.h>
|
|
|
|
#define VAR32_SIZE 4096
|
|
|
|
#endif /* _X86_64_BOOTINFO_H_ */
|