mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel::CPU: Move headers into common directory
Alot of code is shared between i386/i686/x86 and x86_64 and a lot probably will be used for compatability modes. So we start by moving the headers into one Directory. We will probalby be able to move some cpp files aswell.
This commit is contained in:
committed by
Andreas Kling
parent
5a8cc07485
commit
0d934fc991
@@ -31,7 +31,7 @@
|
||||
#include <AK/Format.h>
|
||||
#include <AK/Types.h>
|
||||
#ifdef KERNEL
|
||||
# include <Kernel/Arch/i386/CPU.h>
|
||||
# include <Kernel/Arch/x86/CPU.h>
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
||||
Reference in New Issue
Block a user