X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreebsd.h;h=063b1317633b7d568ad17ebd77210e9383534540;hb=349f5fc1c69755e942eb1616501fada58f17136c;hp=54a981b2f93edd0a80706caa06a10ad692063418;hpb=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky diff --git a/src/freebsd.h b/src/freebsd.h index 54a981b..063b131 100644 --- a/src/freebsd.h +++ b/src/freebsd.h @@ -15,4 +15,7 @@ kvm_t *kd; +int get_entropy_avail(unsigned int *); +int get_entropy_poolsize(unsigned int *); + #endif /*FREEBSD_H_*/