]> pd.if.org Git - nbds/blob - include/runtime.h
work in progress
[nbds] / include / runtime.h
1 /*
2  * Written by Josh Dybnis and released to the public domain, as explained at
3  * http://creativecommons.org/licenses/publicdomain
4  */
5 #ifndef RUNTIME_H
6 #define RUNTIME_H
7
8 #include <pthread.h>
9 #include "tls.h"
10
11 void nbd_thread_init (void);
12 uint64_t nbd_rand (void);
13
14 #endif//RUNTIME_H