qti_uart_console.h 447 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
  3. * Copyright (c) 2018,2020 The Linux Foundation. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-3-Clause
  6. */
  7. #ifndef QTI_UART_CONSOLE_H
  8. #define QTI_UART_CONSOLE_H
  9. #include <drivers/console.h>
  10. #ifndef __ASSEMBLER__
  11. int qti_console_uart_register(console_t *console, uintptr_t uart_base_addr);
  12. #endif /* __ASSEMBLER__ */
  13. #endif /* QTI_UART_CONSOLE_H */