summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portfns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-08-27 20:42:31 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-08-27 20:42:31 +0200
commit0a5f81a44230cbd562b6d71a0a5be018e24a5ba6 (patch)
tree883f1cb3f5cc91053fb377c2ac28b2db1bd07ba1 /sys/src/9/port/portfns.h
parent71ac88392f2033256b29f22bd8afdd7374100e5a (diff)
kernel: switch to fast portable chacha based seed-once random number generator
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r--sys/src/9/port/portfns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h
index bd0c6f16c..6f84fc691 100644
--- a/sys/src/9/port/portfns.h
+++ b/sys/src/9/port/portfns.h
@@ -126,6 +126,7 @@ void gotolabel(Label*);
char* getconfenv(void);
long hostdomainwrite(char*, int);
long hostownerwrite(char*, int);
+void (*hwrandbuf)(void*, ulong);
void hzsched(void);
Block* iallocb(int);
void iallocsummary(void);