aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1
diff options
context:
space:
mode:
authorNicola Mazzucato <nicola.mazzucato@arm.com>2019-09-09 17:02:28 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2019-09-12 15:26:29 +0100
commit192c3d31b8d8d3fe672df16b954e75db3724e1f3 (patch)
treecb7d2fac5a357883afb1aa2eeaf3e67b4532a807 /product/rdn1e1
parent91cec6702b5b72548faf7342012f2c2483c07ef0 (diff)
fwk: Rename fwk_errno.h to fwk_status.h
This patch renames the header file for the return values to fwk_status.h. This is to reflect the recent addition of positive values that do not fall into the error category. Change-Id: I283b945c39d3ad31702db0dc7687dbe99e81ed19 Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Diffstat (limited to 'product/rdn1e1')
-rw-r--r--product/rdn1e1/module/rdn1e1_rom/src/mod_rdn1e1_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/product/rdn1e1/module/rdn1e1_rom/src/mod_rdn1e1_rom.c b/product/rdn1e1/module/rdn1e1_rom/src/mod_rdn1e1_rom.c
index 86f51f5b..05135a86 100644
--- a/product/rdn1e1/module/rdn1e1_rom/src/mod_rdn1e1_rom.c
+++ b/product/rdn1e1/module/rdn1e1_rom/src/mod_rdn1e1_rom.c
@@ -7,10 +7,10 @@
#include <stdint.h>
#include <string.h>
-#include <fwk_errno.h>
#include <fwk_interrupt.h>
#include <fwk_module.h>
#include <fwk_module_idx.h>
+#include <fwk_status.h>
#include <fwk_thread.h>
#include <mod_log.h>
#include <mod_rdn1e1_rom.h>