Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-20 09:00:11 +00:00
parent 32cf352584
commit 6771a9e796
23 changed files with 54 additions and 54 deletions

View File

@@ -60,11 +60,11 @@
#define SRR1_TEA_EXC (1<<(31-13))
#define SRR1_MCP_EXC (1<<(31-12))
void
BSP_printStackTrace();
extern void
BSP_printStackTrace(BSP_Exception_frame* excPtr);
void
extern void
rtemsReboot(void);
static volatile BSP_ExceptionExtension BSP_exceptionExtension = 0;