mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Kernel: Add an x86 include check+error in x86/TSS.h
This commit is contained in:
parent
b08eb37b11
commit
224b865fda
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct [[gnu::packed]] TSS32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue