mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
9 lines
No EOL
224 B
C
Vendored
9 lines
No EOL
224 B
C
Vendored
/* $NetBSD: pte.h,v 1.9 2006/08/05 21:26:49 sanjayl Exp $ */
|
|
|
|
#ifdef _KERNEL_OPT
|
|
#include "opt_ppcarch.h"
|
|
#endif
|
|
|
|
#if defined (PPC_OEA) || defined (PPC_OEA64_BRIDGE) || defined (PPC_OEA64)
|
|
#include <powerpc/oea/pte.h>
|
|
#endif |