zig/lib/libc/include/x86_64-netbsd-none/amd64/cpu_rng.h
Alex Rønne Petersen 553cb3ed46
libc: Add NetBSD system and libc headers from 10.1.
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will
be defined by the compiler.
2025-05-17 04:41:27 +02:00

8 lines
No EOL
154 B
C
Vendored

/* $NetBSD: cpu_rng.h,v 1.1 2016/02/27 00:09:45 tls Exp $ */
#ifndef _AMD64_CPU_RNG_H_
#define _AMD64_CPU_RNG_H_
#include <x86/cpu_rng.h>
#endif