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 | |
Andrew Davis | b910470 | 2022-11-15 18:04:41 -0600 | [diff] [blame] | 10 | void k3_console_setup(void); |
Nishanth Menon | ce97604 | 2016-10-14 01:13:44 +0000 | [diff] [blame] | 11 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 12 | #endif /* K3_CONSOLE_H */ |