mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-11 00:46:49 +00:00
🆕 添加对bool类型的支持
This commit is contained in:
parent
4810257d1c
commit
8ab4d5b98a
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
//引入对bool类型的支持
|
||||||
|
#include<stdbool.h>
|
||||||
|
|
||||||
#define NULL 0
|
#define NULL 0
|
||||||
|
|
||||||
#define sti() __asm__ __volatile__("sti\n\t" :: \
|
#define sti() __asm__ __volatile__("sti\n\t" :: \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user