Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.

This commit is contained in:
Andreas Kling 2019-04-06 14:29:29 +02:00
commit a58d7fd8bb
Notes: sideshowbarker 2024-07-19 14:48:17 +09:00
27 changed files with 119 additions and 121 deletions

View file

@ -1,5 +1,5 @@
#include "IDEDiskDevice.h"
#include "types.h"
#include <AK/Types.h>
#include "Process.h"
#include "StdLib.h"
#include "IO.h"