summaryrefslogtreecommitdiffstats
path: root/plat/qti/msm8916/include/uartdm_console.h
blob: 0f09ba81a93cb2faeac2eaef5d8c337f80c82823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021, Stephan Gerhold <stephan@gerhold.net>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef UARTDM_CONSOLE_H
#define UARTDM_CONSOLE_H

int console_uartdm_register(console_t *console, uintptr_t base_addr);

#endif /* UARTDM_CONSOLE_H */