Espresso 0.0.1b
This commit is contained in:
8
include/time.h
Normal file
8
include/time.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _TIME_H
|
||||
#define _TIME_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
void ksleep(uint64_t millis);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user