phys addr arg of 0 must be possible for pt_writemap too (instead of meaning
[minix.git] / servers / inet / generic / rand256.h
blobff686121fbdf627e9f52dc815da61a3ca33b347d
1 /*
2 rand256.h
4 Created: Oct 2000 by Philip Homburg <philip@f-mnx.phicoh.com>
6 Provide 256-bit random numbers
7 */
9 #define RAND256_BUFSIZE 32
11 void init_rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] ));
12 void rand256 ARGS(( u8_t bits[RAND256_BUFSIZE] ));
15 * $PchId: rand256.h,v 1.1 2005/06/28 14:14:05 philip Exp $