summaryrefslogtreecommitdiff
path: root/kernel/scalls/msleep.h
blob: 03be904613ef9949b2cd41c7049bd50334888fa1 (plain)
1
2
3
4
5
#ifndef MSLEEP_H
#define MSLEEP_H
#include <typedefs.h>
void syscall_msleep(u32 ms);
#endif