#ifndef __OS_H__ #define __OS_H__ #include "riscv.h" #include "lib.h" extern int os_main(void); #endif