[libsys]
- fixed usleep() git-svn-id: http://moon:8086/svn/mips@215 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -24,7 +24,7 @@ void print_byte(char byte);
|
||||
void print_word(int word);
|
||||
void _exit (int exitcode);
|
||||
void sleep(unsigned ms);
|
||||
void usleep(unsigned us);
|
||||
void usleep(uint64_t us);
|
||||
|
||||
void PrintBuffer8(uint8_t *pBuf, int nbpr, int len);
|
||||
void memdump(uint8_t *pBuf, int print_offset_only, int num_bytes_per_row, int len);
|
||||
|
||||
Reference in New Issue
Block a user