From eba8b7ddd0a455d9e49f32dcae712c5612c0093c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 22:26:48 +0100 Subject: Kernel: Major repository refactor. Rework the repo into Private and Public modules. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/PCI/Database.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Private/HALKit/AMD64/PCI/Database.cpp (limited to 'Private/HALKit/AMD64/PCI/Database.cpp') diff --git a/Private/HALKit/AMD64/PCI/Database.cpp b/Private/HALKit/AMD64/PCI/Database.cpp new file mode 100644 index 00000000..b3a1961c --- /dev/null +++ b/Private/HALKit/AMD64/PCI/Database.cpp @@ -0,0 +1,14 @@ +/* + * ======================================================== + * + * hCore + * Copyright 2024 Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#include + +namespace hCore +{ +} -- cgit v1.2.3