diff options
Diffstat (limited to 'Kernel/Bus/PCI/Controller/HostController.h')
-rw-r--r-- | Kernel/Bus/PCI/Controller/HostController.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/Bus/PCI/Controller/HostController.h b/Kernel/Bus/PCI/Controller/HostController.h index 9089fde3e9..512e08e446 100644 --- a/Kernel/Bus/PCI/Controller/HostController.h +++ b/Kernel/Bus/PCI/Controller/HostController.h @@ -13,9 +13,9 @@ namespace Kernel::PCI { -TYPEDEF_DISTINCT_ORDERED_ID(u8, BusNumber); -TYPEDEF_DISTINCT_ORDERED_ID(u8, DeviceNumber); -TYPEDEF_DISTINCT_ORDERED_ID(u8, FunctionNumber); +AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, BusNumber); +AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, DeviceNumber); +AK_TYPEDEF_DISTINCT_ORDERED_ID(u8, FunctionNumber); class HostController { public: |