about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/sleep.h
blob: 6cd6460bd4c05cbb00947cb75c79c35815499d3b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
#ifndef SLEEP_H
#define SLEEP_H

#include "common.h"
#include "process.h"

void sleepMilliseconds(Thread* thread, uint32 ms);

#endif // SLEEP_H