summaryrefslogtreecommitdiff
path: root/scalls/msleep.h
blob: 71bf2695f025f193b11c0f451cd6aabb59a5e616 (plain)
1
2
3
4
5
#ifndef MSLEEP_H
#define MSLEEP_H
#include <stdint.h>
void syscall_msleep(uint32_t ms);
#endif