summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:58 +0000
commit7173c43715dd75ac7c586bd3b5973a0b7819ce8b (patch)
tree654cba9c48f830249307f7f296a2ffaa0e5f7f09 /testsuites/samples/hello/system.h
parent2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7173c43715dd75ac7c586bd3b5973a0b7819ce8b.tar.bz2
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
Diffstat (limited to 'testsuites/samples/hello/system.h')
-rw-r--r--testsuites/samples/hello/system.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h
deleted file mode 100644
index 1d5ac2ae33..0000000000
--- a/testsuites/samples/hello/system.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* system.h
- *
- * This include file contains information that is included in every
- * function in the test set.
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#include <rtems.h>
-
-/* functions */
-
-rtems_task Init(
- rtems_task_argument argument
-);
-
-/* configuration information */
-
-#include <bsp.h> /* for device driver prototypes */
-
-/* NOTICE: the clock driver is explicitly disabled */
-#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-
-#define CONFIGURE_MAXIMUM_TASKS 1
-
-#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-
-#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
-
-#include <rtems/confdefs.h>
-
-/* end of include file */