#ifndef __LIB_KERNEL_STDIOSYS_H #define __LIB_KERNEL_STDIOSYS_H #include "stdint.h" void printk(const char* format, ...); #endif