veer_el2/
uart.rs

1// Licensed under the Apache License, Version 2.0 or the MIT License.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3// Copyright (c) 2024 Antmicro <www.antmicro.com>
4
5pub type SimUartType = crate::io::SemihostUart<'static>;