When verify fails, dump the good/bad blocks to files
[fio.git] / lib / rand.h
index 363e7b6d9651d5970c9b7b8592f61a9bc0a0962b..02e68585420b942fb7805375308a2f1d77ef91c8 100644 (file)
@@ -19,5 +19,7 @@ static inline unsigned int __rand(struct frand_state *state)
 }
 
 extern void init_rand(struct frand_state *);
+extern void __fill_random_buf(void *buf, unsigned int len, unsigned long seed);
+extern unsigned long fill_random_buf(void *buf, unsigned int len);
 
 #endif