aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2018-07-25 15:23:25 +0100
committerGitHub <noreply@github.com>2018-07-25 15:23:25 +0100
commitcad25f1484a6eadfd860daa4dd06c31685287bf9 (patch)
tree990794c50b2e1b7227c319e7195f9b5db638ef01 /include
parentf94523ed9e2c91be18598aeeb53d7b5ba53370f9 (diff)
parentecd62429af935b568b7c0ed6eeaec90b16a746f3 (diff)
Merge pull request #1491 from jeenu-arm/misra-fix
Arm platforms: Fix type mismatch for arm_pm_idle_states
Diffstat (limited to 'include')
-rw-r--r--include/plat/arm/common/plat_arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plat/arm/common/plat_arm.h b/include/plat/arm/common/plat_arm.h
index 2f355661..506bed34 100644
--- a/include/plat/arm/common/plat_arm.h
+++ b/include/plat/arm/common/plat_arm.h
@@ -283,5 +283,6 @@ void plat_arm_sp_min_early_platform_setup(u_register_t arg0, u_register_t arg1,
/* global variables */
extern plat_psci_ops_t plat_arm_psci_pm_ops;
extern const mmap_region_t plat_arm_mmap[];
+extern const unsigned int arm_pm_idle_states[];
#endif /* __PLAT_ARM_H__ */