/* * Arm SCP/MCP Software * Copyright (c) 2022, Linaro Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef FMW_IO_H #define FMW_IO_H #include #include #define FMW_IO_STDIN_ID FWK_ID_NONE #define FMW_IO_STDOUT_ID FWK_ID_ELEMENT(FWK_MODULE_IDX_OPTEE_CONSOLE, 0) #endif /* FMW_IO_H */