#ifndef __BMP_H #define __BMP_H #include "os.h" void bmp_draw(u64 px,u64 py,u64 w,u64 h,u8* bmp); #endif