@@ -9,6 +9,9 @@
#include <AK/Types.h>
+#include <AK/Platform.h>
+VALIDATE_IS_X86()
+
namespace Kernel {
struct [[gnu::packed]] TSS32 {