diff options
Diffstat (limited to 'dev/kernel/KernelKit')
| -rw-r--r-- | dev/kernel/KernelKit/PCI/Device.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
