blob: 51b322c075546a4f266b33c8a7a6176cb78dd2d1 [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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef K3_CONSOLE_H
8#define K3_CONSOLE_H
Nishanth Menonce976042016-10-14 01:13:44 +00009
Andrew Davisb9104702022-11-15 18:04:41 -060010void k3_console_setup(void);
Nishanth Menonce976042016-10-14 01:13:44 +000011
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* K3_CONSOLE_H */