diff options
Diffstat (limited to 'src/boot/BootKit/Device.h')
| -rw-r--r-- | src/boot/BootKit/Device.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/boot/BootKit/Device.h b/src/boot/BootKit/Device.h index efe27659..e54d0bf1 100644 --- a/src/boot/BootKit/Device.h +++ b/src/boot/BootKit/Device.h @@ -12,7 +12,7 @@ #include <modules/ATA/ATA.h> namespace Boot { -/// @brief Physical/Virtual device type. +/// @brief Physical/Virtual device type. class Device { public: explicit Device() = default; @@ -21,7 +21,7 @@ class Device { NE_MOVE_DEFAULT(Device) struct Trait { - Lba mBase{0}; + Lba mBase{0}; SizeT mSize{0}; }; @@ -31,9 +31,9 @@ class Device { virtual Device& Write(Char* Buf, SizeT SecCount) = 0; }; -using BootDevice = Device; +using BootDevice = Device; using NetworkDevice = Device; -using DiskDevice = Device; +using DiskDevice = Device; } // namespace Boot -#endif
\ No newline at end of file +#endif
\ No newline at end of file |
