blob: f7afefb421b8f382ba1e2ad47d66de505e4a0f39 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_DEV_UART_DW8250_INCLUDE_DEV_UART_DW8250_INIT_H_
#define ZIRCON_KERNEL_DEV_UART_DW8250_INCLUDE_DEV_UART_DW8250_INIT_H_
#include <zircon/boot/driver-config.h>
// Initialization routines at the PLATFORM_EARLY and PLATFORM levels.
void Dw8250UartInitEarly(const dcfg_simple_t& config);
void Dw8250UartInitLate();
#endif // ZIRCON_KERNEL_DEV_UART_DW8250_INCLUDE_DEV_UART_DW8250_INIT_H_