mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 00:06:32 +00:00
增加对current.h的条件编译
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#if ARCH(X86_64)
|
||||
#include <arch/x86_64/current.h>
|
||||
#else
|
||||
#error Unsupported architecture!
|
||||
#endif
|
||||
#include "proc-types.h"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user