// SPDX-License-Identifier: MIT OR Apache-2.0 // // Copyright (c) 2020-2022 Andre Richter //! ARM driver top level. pub mod gicv2; pub use gicv2::*;