在内核代码中加入自定义的stdint.h文件 (#109)

This commit is contained in:
login
2022-12-16 16:20:09 +08:00
committed by GitHub
parent d02e6ea411
commit 0e0c187484
17 changed files with 4505 additions and 17 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include <DragonOS/stdint.h>
#define sti() __asm__ __volatile__("sti\n\t" :: \
: "memory") //开启外部中断