blob: 65a86ef11fa61cd49fd76506f5205eda3b9a3f52 [file] [log] [blame]
// Copyright 2023 Google LLC.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// A common test util library for test.
#ifndef SW_DEVICE_LIB_TESTING_TEST_FRAMEWORK_TEST_UTIL_H_
#define SW_DEVICE_LIB_TESTING_TEST_FRAMEWORK_TEST_UTIL_H_
#include "sw/device/lib/arch/device.h"
#include "sw/device/lib/dif/dif_uart.h"
void init_uart(uintptr_t address, dif_uart_t *uart);
#endif // SW_DEVICE_LIB_TESTING_TEST_FRAMEWORK_TEST_UTIL_H_