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.
8 lines
No EOL
145 B
C
Vendored
8 lines
No EOL
145 B
C
Vendored
/* $NetBSD: cpu_rng.h,v 1.1 2016/02/27 00:09:45 tls Exp $ */
|
|
|
|
#ifndef _I386_CPU_RNG_H_
|
|
#define _I386_CPU_RNG_H_
|
|
|
|
#include <x86/cpu_rng.h>
|
|
|
|
#endif |