mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
PSCI: Fix MISRA defects in MEM_PROTECT
MISRA C-2012 Rules 10.1 and 10.3. Change-Id: I88cd5f56cda5780f2e0ba541c0f5b561309ab3af Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
621d64f89b
commit
8c20c3c987
2 changed files with 15 additions and 14 deletions
|
@ -330,7 +330,7 @@ u_register_t psci_stat_count(u_register_t target_cpu,
|
|||
unsigned int power_state);
|
||||
|
||||
/* Private exported functions from psci_mem_protect.c */
|
||||
int psci_mem_protect(unsigned int enable);
|
||||
int psci_mem_chk_range(uintptr_t base, u_register_t length);
|
||||
u_register_t psci_mem_protect(unsigned int enable);
|
||||
u_register_t psci_mem_chk_range(uintptr_t base, u_register_t length);
|
||||
|
||||
#endif /* PSCI_PRIVATE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue