Kernel: Fix declaration for struct TrapFrame

This is declared as a struct elsewhere.
This commit is contained in:
Gunnar Beutner 2021-06-26 12:06:11 +02:00 committed by Andreas Kling
parent 324f72d02b
commit 10ca7f18a7
Notes: sideshowbarker 2024-07-18 11:27:34 +09:00

View file

@ -29,7 +29,7 @@ class SchedulerPerProcessorData;
struct MemoryManagerData;
struct ProcessorMessageEntry;
class TrapFrame;
struct TrapFrame;
class ProcessorInfo;
struct [[gnu::aligned(16)]] FPUState