Kernel: Merge TSS.h into i386.h.

This commit is contained in:
Andreas Kling 2019-04-14 04:39:56 +02:00
commit 4132f645ee
Notes: sideshowbarker 2024-07-19 14:43:27 +09:00
3 changed files with 20 additions and 24 deletions

View file

@ -1,7 +1,6 @@
#pragma once
#include <Kernel/i386.h>
#include <Kernel/TSS.h>
#include <Kernel/KResult.h>
#include <Kernel/LinearAddress.h>
#include <Kernel/UnixTypes.h>