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
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