commit | a397106e25cce84a7dc8af56c462f4486d55b065 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Jun 13 11:48:53 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Jun 14 12:33:44 2023 +0000 |
tree | 834db14c79d8e99af4d8365a4cb9ecc8f5259b03 | |
parent | 9cfbfd6c355c08f3893c32dc491be9fe206825b4 [diff] [blame] |
[vmbase] Move SwiotlbInfo from pvmfw to vmbase for reuse in both pvmfw and rialto to init shared memory. Bug: 284462758 Test: m pvmfw_img Change-Id: Ibe7b8b1bb8d10fbbdc4ec3348e801084c9a93bfd
diff --git a/vmbase/src/lib.rs b/vmbase/src/lib.rs index ebb3707..54f3384 100644 --- a/vmbase/src/lib.rs +++ b/vmbase/src/lib.rs
@@ -22,6 +22,7 @@ mod bionic; pub mod console; mod entry; +pub mod fdt; pub mod layout; mod linker; pub mod logger;