blob: 49bf5e79ce6b0d36bc79b51924f274bae06464e4 [file] [log] [blame]
Ruari Phippsddc661a2020-09-10 09:06:14 +01001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7enum stdout_route {
8 PL011_AS_STDOUT = 0,
Kathleen Capella3cb74252023-03-14 17:51:09 -04009 FFA_HVC_CALL_AS_STDOUT,
10 FFA_SVC_SMC_CALL_AS_STDOUT,
Ruari Phippsddc661a2020-09-10 09:06:14 +010011};
12
13void set_putc_impl(enum stdout_route);