Nishanth Menon | ce97604 | 2016-10-14 01:13:44 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 7 | #ifndef K3_CONSOLE_H |
8 | #define K3_CONSOLE_H | ||||
Nishanth Menon | ce97604 | 2016-10-14 01:13:44 +0000 | [diff] [blame] | 9 | |
10 | void bl31_console_setup(void); | ||||
11 | |||||
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 12 | #endif /* K3_CONSOLE_H */ |