new: kfifo

This commit is contained in:
fslongjin
2022-07-28 19:48:20 +08:00
parent 0761daec0b
commit 2a983a8534
9 changed files with 452 additions and 10 deletions

View File

@ -127,6 +127,6 @@ uint64_t ktest_test_bitree(uint64_t arg)
kTEST("Testing case %d", i);
kt_bitree_func_table[i](0, 0);
}
kdebug("bitree Test done.");
kTEST("bitree Test done.");
return 0;
}