mirror of
https://github.com/encounter/osdev.git
synced 2026-07-10 12:18:43 -07:00
13 lines
146 B
C
13 lines
146 B
C
#pragma once
|
|
|
|
#include <common.h>
|
|
|
|
bool vc_vector_run_tests();
|
|
|
|
bool fatfs_test();
|
|
|
|
bool stdio_test();
|
|
|
|
bool path_test();
|
|
|
|
bool page_table_test(); |