aboutsummaryrefslogtreecommitdiff
path: root/product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h')
-rw-r--r--product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h b/product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h
deleted file mode 100644
index 1cf3be61..00000000
--- a/product/rddanielxlr/module/mscp_rom/include/mod_mscp_rom.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/*
- * Arm SCP/MCP Software
- * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef MOD_MSCP_ROM_H
-#define MOD_MSCP_ROM_H
-
-#include <stdint.h>
-
-/*!
- * \addtogroup GroupSCPModule MSCP Product Modules
- * \{
- */
-
-/*!
- * \defgroup GroupSCP ROM Support
- * \{
- */
-
-/*!
- * \brief Module configuration data.
- */
-struct mscp_rom_config {
- /*! Base address in RAM at which RAM firmware image has to be loaded */
- const uintptr_t ramfw_ram_base;
-
- /*! Base address of RAM firmware image on the NOR flash memory */
- const uintptr_t ramfw_flash_base;
-
- /*! The size of the RAM firmware image on the NOR flash memory */
- const unsigned int ramfw_flash_size;
-};
-
-/*!
- * \}
- */
-
-/*!
- * \}
- */
-
-#endif /* MOD_MSCP_ROM_H */