libtmtests - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-11 12:20:47 -05:00
parent a03d4453dd
commit 4c86e3d8be
46 changed files with 341 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2010.
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* Modifications to support reference counting in the file system are
@@ -26,6 +26,9 @@
#include <rtems/devfs.h>
#include <rtems/malloc.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
rtems_task Init(
rtems_task_argument argument
)