Move command.rs to ahci_command.rs

This commit is contained in:
Drew Galbraith 2025-02-01 14:44:03 -08:00
parent 15a5e210ef
commit 4efeca661e
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
mod command;
mod ahci_command;
mod controller;
mod hba;
mod port;