aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/include/fmw_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/tc0/include/fmw_io.h')
-rw-r--r--product/tc0/include/fmw_io.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/product/tc0/include/fmw_io.h b/product/tc0/include/fmw_io.h
deleted file mode 100644
index 90491c6db218..000000000000
--- a/product/tc0/include/fmw_io.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Arm SCP/MCP Software
- * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef FMW_IO_H
-#define FMW_IO_H
-
-#include <fwk_id.h>
-#include <fwk_module_idx.h>
-
-#define FMW_IO_STDIN_ID FWK_ID_ELEMENT(FWK_MODULE_IDX_PL011, 0)
-#define FMW_IO_STDOUT_ID FWK_ID_ELEMENT(FWK_MODULE_IDX_PL011, 0)
-
-#endif /* FMW_IO_H */