blob: 5b01a31f2cf8b4630c765b68629d88d8d57b4007 [file] [log] [blame]
Nishanth Menonce976042016-10-14 01:13:44 +00001/*
2 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __K3_CONSOLE_H__
8#define __K3_CONSOLE_H__
9
10void bl31_console_setup(void);
11
12#endif /* __K3_CONSOLE_H__ */