mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 09:56:34 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "8259A.h"
|
||||
#include "../../../common/printk.h"
|
||||
#include "../../../common/kprint.h"
|
||||
#include "../../../exception/gate.h"
|
||||
#include <common/printk.h>
|
||||
#include <common/kprint.h>
|
||||
#include <exception/gate.h>
|
||||
|
||||
// 导出定义在irq.c中的中段门表
|
||||
extern void (*interrupt_table[24])(void);
|
||||
|
Reference in New Issue
Block a user