k3_console.h 232 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef K3_CONSOLE_H
#define K3_CONSOLE_H
9
10
11

void bl31_console_setup(void);

12
#endif /* K3_CONSOLE_H */