xref: /rk3399_ARM-atf/plat/qti/bear/msm8916/include/uartdm_console.h (revision 06253784b32034cb510c0caa4edd4b24580d69f1)
1*22170af6Sdongnanw /*
2*22170af6Sdongnanw  * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
3*22170af6Sdongnanw  *
4*22170af6Sdongnanw  * SPDX-License-Identifier: BSD-3-Clause
5*22170af6Sdongnanw  */
6*22170af6Sdongnanw 
7*22170af6Sdongnanw #ifndef UARTDM_CONSOLE_H
8*22170af6Sdongnanw #define UARTDM_CONSOLE_H
9*22170af6Sdongnanw 
10*22170af6Sdongnanw int console_uartdm_register(console_t *console, uintptr_t base_addr);
11*22170af6Sdongnanw 
12*22170af6Sdongnanw #endif /* UARTDM_CONSOLE_H */
13