mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
🆕 usleep()、nanosleep()
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
//引入对bool类型的支持
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <common/miniLibc/stddef.h>
|
||||
#include <common/stddef.h>
|
||||
#include <arch/arch.h>
|
||||
|
||||
#define sti() __asm__ __volatile__("sti\n\t" :: \
|
||||
|
Reference in New Issue
Block a user