Merge all libs into libu
This commit is contained in:
8
libu/stall.h
Normal file
8
libu/stall.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _LIBSYSTEM_STALL_H
|
||||
#define _LIBSYSTEM_STALL_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void stall_ms (uint64_t ms);
|
||||
|
||||
#endif // _LIBSYSTEM_STALL_H
|
||||
Reference in New Issue
Block a user