Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
x86_64-netbsd-none
amd64
cpu_rng.h
pretty
plain
permalink
blame
history
•
8 lines
•
154 B
1
/* $NetBSD: cpu_rng.h,v 1.1 2016/02/27 00:09:45 tls Exp $ */
2
3
#ifndef _AMD64_CPU_RNG_H_
4
#define _AMD64_CPU_RNG_H_
5
6
#include <x86/cpu_rng.h>
7
8
#endif