mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
8 lines
145 B
C
Vendored
8 lines
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 |