sq imports

This commit is contained in:
Berkus Decker 2020-12-29 01:34:35 +02:00
parent e04ea59019
commit 4cc40be9eb
1 changed files with 2 additions and 3 deletions

View File

@ -2,15 +2,14 @@
* SPDX-License-Identifier: BlueOak-1.0.0 * SPDX-License-Identifier: BlueOak-1.0.0
*/ */
use crate::arch::aarch64::memory::PhysAddr;
use ux::u6;
use { use {
super::{ super::{
captable::CapTableEntry, derivation_tree::DerivationTreeNode, CapError, Capability, TryFrom, captable::CapTableEntry, derivation_tree::DerivationTreeNode, CapError, Capability, TryFrom,
}, },
crate::capdef, crate::{arch::aarch64::memory::PhysAddr, capdef},
paste::paste, paste::paste,
register::{register_bitfields, LocalRegisterCopy}, register::{register_bitfields, LocalRegisterCopy},
ux::u6,
}; };
//===================== //=====================