mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Kernel: Fix struct forward declared as class
This commit is contained in:
parent
842249aff5
commit
45a82b2a5b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
class RegisterState;
|
struct RegisterState;
|
||||||
class GenericInterruptHandler;
|
class GenericInterruptHandler;
|
||||||
|
|
||||||
static constexpr u32 safe_eflags_mask = 0xdff;
|
static constexpr u32 safe_eflags_mask = 0xdff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue