mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-22 12:29:13 -04:00
11 lines
201 B
C
11 lines
201 B
C
/* $NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 fvdl Exp $ */
|
|
|
|
#ifndef _AMD64_BOOTINFO_H
|
|
#define _AMD64_BOOTINFO_H
|
|
|
|
#include <x86/bootinfo.h>
|
|
|
|
#define VAR32_SIZE 4096
|
|
|
|
#endif /* _AMD64_BOOTINFO_H_ */
|