5export module drivers.console.diag.core;
6import zxfoundation.sys.printk.types;
11namespace drivers::console::diag {
15 auto write(std::string_view s)
noexcept ->
void;
18 auto init()
noexcept ->
void {}
21 constexpr zxfoundation::sys::printk::printk_backend
22 diag_hv_con_printk_backend {
23 .name =
"diag_hv_con",
30 consteval auto get_backend()
noexcept ->
const zxfoundation::sys::printk::printk_backend& {
31 return diag_hv_con_printk_backend;