Kernel/PCI: Move the PCI components as a subfolder to the Bus directory

This commit is contained in:
Liav A 2021-06-25 09:46:17 +03:00 committed by Andreas Kling
commit 6568bb47cb
Notes: sideshowbarker 2024-07-18 11:08:21 +09:00
43 changed files with 60 additions and 60 deletions

View file

@ -11,7 +11,7 @@
#include <AK/NonnullRefPtr.h>
#include <AK/NonnullRefPtrVector.h>
#include <AK/Types.h>
#include <Kernel/PCI/Definitions.h>
#include <Kernel/Bus/PCI/Definitions.h>
#include <Kernel/VM/Region.h>
namespace Kernel {