X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=blockdev%2Ftest_lwext4.h;h=eca904ce09e687e391338600446ab0600c2d06cf;hb=7bec846d340f30b82688e4fb1ca21e8d046fd233;hp=0ed04ac7a4090c2c70e151479e114fb9b7a52e35;hpb=107a9ee9b40fc55a65e84c755b5433e7ad465332;p=lwext4.git diff --git a/blockdev/test_lwext4.h b/blockdev/test_lwext4.h index 0ed04ac..eca904c 100644 --- a/blockdev/test_lwext4.h +++ b/blockdev/test_lwext4.h @@ -36,7 +36,7 @@ void test_lwext4_dir_ls(const char *path); void test_lwext4_mp_stats(void); void test_lwext4_block_stats(void); bool test_lwext4_dir_test(int len); -bool test_lwext4_file_test(uint32_t rw_szie, uint32_t rw_count); +bool test_lwext4_file_test(uint8_t *rw_buff, uint32_t rw_size, uint32_t rw_count); void test_lwext4_cleanup(void); bool test_lwext4_mount(struct ext4_blockdev *bdev, struct ext4_bcache *bcache);