mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
10 lines
200 B
C
Vendored
10 lines
200 B
C
Vendored
/* $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_ */ |