psxtests - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-11 14:12:11 -05:00
parent 4c86e3d8be
commit 6c2de6052d
71 changed files with 556 additions and 201 deletions

View File

@@ -11,7 +11,9 @@
#include <bsp.h>
#include <pmacros.h>
void test_main( void );
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument ignored);
void test_main(void);
rtems_task Init(
rtems_task_argument ignored