dev: use DmaBuffer instead of PageBox where needed

This commit is contained in:
2025-02-06 21:05:53 +02:00
parent 8cbde8389f
commit e812453a97
63 changed files with 1328 additions and 766 deletions
+2
View File
@@ -5,8 +5,10 @@ edition = "2021"
[dependencies]
yggdrasil-abi.workspace = true
device-api.workspace = true
libk-util.workspace = true
libk-mm.workspace = true
libk.workspace = true
ygg_driver_net_core = { path = "../../net/core" }