From 83c80e3da6f81fbaa62ec199ac616134919e1f05 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 3 Apr 2025 09:27:38 +0200 Subject: kernel/pci: document Device class. Signed-off-by: Amlal El Mahrouss --- dev/kernel/KernelKit/PCI/Device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/kernel') diff --git a/dev/kernel/KernelKit/PCI/Device.h b/dev/kernel/KernelKit/PCI/Device.h index f97aeb6a..2c92ba4f 100644 --- a/dev/kernel/KernelKit/PCI/Device.h +++ b/dev/kernel/KernelKit/PCI/Device.h @@ -17,6 +17,7 @@ namespace Kernel::PCI Invalid = 0xFFFF, }; + /// @brief Device interface class class Device final { public: -- cgit v1.2.3