mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:07:44 +00:00
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
This commit is contained in:
parent
556b516182
commit
3f434506f5
4 changed files with 19 additions and 4 deletions
|
@ -11,6 +11,8 @@
|
|||
#include <AK/Function.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <Kernel/Arch/ProcessorSpecificDataID.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class Thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue