Move denali to new thread spawn

This commit is contained in:
Drew Galbraith 2025-01-25 23:48:53 -08:00
parent c4613cf87f
commit 79e1ea2791
3 changed files with 42 additions and 57 deletions

View file

@ -3,4 +3,5 @@ mod controller;
mod hba;
mod port;
pub use controller::spawn_irq_thread;
pub use controller::AhciController;