mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Kernel/Storage: Rename DiskPartition => StorageDevicePartition
We deal with partitions for storage devices, not only for disk devices, originally harddrives.
This commit is contained in:
parent
4e651d0e4f
commit
42ed0a6c94
6 changed files with 28 additions and 28 deletions
|
@ -131,10 +131,10 @@ set(KERNEL_SOURCES
|
|||
Devices/Storage/SD/SDHostController.cpp
|
||||
Devices/Storage/SD/SDMemoryCard.cpp
|
||||
Devices/Storage/USB/BulkSCSIInterface.cpp
|
||||
Devices/Storage/DiskPartition.cpp
|
||||
Devices/Storage/StorageController.cpp
|
||||
Devices/Storage/StorageDevice.cpp
|
||||
Devices/Storage/StorageManagement.cpp
|
||||
Devices/Storage/StorageDevicePartition.cpp
|
||||
SanCov.cpp
|
||||
FileSystem/AnonymousFile.cpp
|
||||
FileSystem/BlockBasedFileSystem.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue