repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
amd64
/
include
/
bootinfo.h
blob
82e2c14d2554ae99a626978f8a216ede134f86ce
1
/* $NetBSD: bootinfo.h,v 1.2 2003/02/26 21:29:34 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_ */