blob: 807c8da6d2d06ddfa91cecbd02c924b620c8e141 [file]
// Copyright 2022 Google LLC
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#ifndef SW_DEVICE_LIB_TESTING_TEST_ROM_PUPPETEER_UTILS_UART_H_
#define SW_DEVICE_LIB_TESTING_TEST_ROM_PUPPETEER_UTILS_UART_H_
#include <stdint.h>
#include "sw/device/lib/testing/test_rom/puppeteer_utils/tiny_io.h"
struct TinyIO;
TinyIO init_uart0();
void init_smc_uart();
#endif // SW_DEVICE_LIB_TESTING_TEST_ROM_PUPPETEER_UTILS_UART_H_