mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🔧 include上级文件夹时,统一采用<>来指定文件
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "syscall.h"
|
||||
#include "../process/process.h"
|
||||
#include <process/process.h>
|
||||
#include <exception/gate.h>
|
||||
#include <exception/irq.h>
|
||||
#include <driver/disk/ahci/ahci.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "../common/glib.h"
|
||||
#include "../common/kprint.h"
|
||||
#include "../process/ptrace.h"
|
||||
#include <common/glib.h>
|
||||
#include <common/kprint.h>
|
||||
#include <process/ptrace.h>
|
||||
#include <common/unistd.h>
|
||||
// 定义最大系统调用数量
|
||||
#define MAX_SYSTEM_CALL_NUM 256
|
||||
|
Reference in New Issue
Block a user