mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +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
|
@ -17,10 +17,6 @@ class PageDirectory;
|
|||
}
|
||||
|
||||
struct ProcessorMessageEntry;
|
||||
enum class ProcessorSpecificDataID {
|
||||
MemoryManager,
|
||||
__Count,
|
||||
};
|
||||
struct ProcessorMessage {
|
||||
using CallbackFunction = Function<void()>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue