summaryrefslogtreecommitdiff
path: root/middleware/multicore/open-amp/porting/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/multicore/open-amp/porting/config/config.c')
-rw-r--r--middleware/multicore/open-amp/porting/config/config.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/middleware/multicore/open-amp/porting/config/config.c b/middleware/multicore/open-amp/porting/config/config.c
index fe29d72..bdee597 100644
--- a/middleware/multicore/open-amp/porting/config/config.c
+++ b/middleware/multicore/open-amp/porting/config/config.c
@@ -43,6 +43,20 @@
#include "config.h"
+/**
+ * config_get_firmware
+ *
+ * Searches the given firmware in firmware table list and provides
+ * it to caller.
+ *
+ * @param fw_name - name of the firmware
+ * @param start_addr - pointer t hold start address of firmware
+ * @param size - pointer to hold size of firmware
+ *
+ * returns - status of function execution
+ *
+ */
+
int config_get_firmware(char *fw_name, unsigned int *start_addr, unsigned int *size) {
return -1;
}