9 lines
		
	
	
		
			91 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			91 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | #ifndef _TIME_H
 | ||
|  | #define _TIME_H
 | ||
|  | 
 | ||
|  | #include <types.h>
 | ||
|  | 
 | ||
|  | void ksleep(uint64_t millis); | ||
|  | 
 | ||
|  | #endif
 |