🆕 ktest模块

This commit is contained in:
fslongjin
2022-07-26 15:43:33 +08:00
parent a704fe5cfe
commit 992f292f89
4 changed files with 41 additions and 2 deletions

4
kernel/ktest/ktest.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
#include <common/sys/types.h>
uint64_t ktest_test_bitree(uint64_t arg);