1 | /* $NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 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_ */ |
11 |
1 | /* $NetBSD: bootinfo.h,v 1.1 2003/04/26 18:39:38 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_ */ |
11 |