aboutsummaryrefslogtreecommitdiff
path: root/include/plat/common/platform.h
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-08-06 11:27:23 +0100
committerDan Handley <dan.handley@arm.com>2014-08-27 19:13:56 +0100
commit44804252881c11668e0af9b7803a0667922c93eb (patch)
tree568037461cc59d14b1e86d571eefffc6558f7d9d /include/plat/common/platform.h
parentae5bb9db5a79b0b6fca8bd469df1327338951ab8 (diff)
downloadtrusted-firmware-a-44804252881c11668e0af9b7803a0667922c93eb.tar.gz
Miscellaneous documentation fixes
This patch gathers miscellaneous minor fixes to the documentation, and comments in the source code. Change-Id: I631e3dda5abafa2d90f464edaee069a1e58b751b Co-Authored-By: Soby Mathew <soby.mathew@arm.com> Co-Authored-By: Dan Handley <dan.handley@arm.com>
Diffstat (limited to 'include/plat/common/platform.h')
-rw-r--r--include/plat/common/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h
index 8e038aa7f2..69bb749ae7 100644
--- a/include/plat/common/platform.h
+++ b/include/plat/common/platform.h
@@ -72,7 +72,7 @@ uint32_t plat_interrupt_type_to_line(uint32_t type,
unsigned int platform_get_core_pos(unsigned long mpidr);
unsigned long platform_get_stack(unsigned long mpidr);
void plat_report_exception(unsigned long);
-void plat_crash_console_init(unsigned long base_addr);
+int plat_crash_console_init(void);
int plat_crash_console_putc(int c);
/*******************************************************************************