Add missing prototype.

This commit is contained in:
Ralf Corsepius
2008-12-11 17:33:27 +00:00
parent ee45afc3ce
commit e2f587cea1

View File

@@ -132,7 +132,7 @@ extern void _exc_data_abort();
*
* @todo Can't use exception vectors in GBA because they are already in GBA ROM BIOS!!
*/
extern __inline__ void rtems_exception_init_mngt();
extern __inline__ void rtems_exception_init_mngt(void);
/**