#ifndef MSLEEP_H #define MSLEEP_H #include void syscall_msleep(u32 ms); #endif