diff options
Diffstat (limited to 'src/kernel/KernelKit/PCI/DMA.h')
| -rw-r--r-- | src/kernel/KernelKit/PCI/DMA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/PCI/DMA.h b/src/kernel/KernelKit/PCI/DMA.h index 0cc642c1..d965a3c9 100644 --- a/src/kernel/KernelKit/PCI/DMA.h +++ b/src/kernel/KernelKit/PCI/DMA.h @@ -13,7 +13,7 @@ #include <NeKit/Ref.h> namespace Kernel { -enum class DmaKind { +enum struct DmaKind { PCI = 10, // Bus mastering is required to be turned on. Basiaclly a request // control system. 64-Bit access depends on the PAE bit and the device // (if Double Address Cycle is available) |
