uartdm_console.h 265 B

123456789101112
  1. /*
  2. * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef UARTDM_CONSOLE_H
  7. #define UARTDM_CONSOLE_H
  8. int console_uartdm_register(console_t *console, uintptr_t base_addr);
  9. #endif /* UARTDM_CONSOLE_H */