summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontime01/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:19:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:19:55 +0000
commit442d047832f4f5eec31b287ac9ca5707479c9027 (patch)
tree86f5eedfe2796d75b298eed51a5d9e550eddbdc6 /c/src/tests/itrontests/itrontime01/system.h
parentCommitted modifications from ITRON Task and Task Dependendent Synchronization (diff)
downloadrtems-442d047832f4f5eec31b287ac9ca5707479c9027.tar.bz2
Combination of committing some new files which had been overlooked
and adding code which installed screens for itron tests.
Diffstat (limited to 'c/src/tests/itrontests/itrontime01/system.h')
-rw-r--r--c/src/tests/itrontests/itrontime01/system.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/c/src/tests/itrontests/itrontime01/system.h b/c/src/tests/itrontests/itrontime01/system.h
new file mode 100644
index 0000000000..d7a30d195b
--- /dev/null
+++ b/c/src/tests/itrontests/itrontime01/system.h
@@ -0,0 +1,35 @@
+/* system.h
+ *
+ * This include file contains information that is included in every
+ * function in the test set.
+ *
+ * COPYRIGHT (c) 1989-1998.
+ * On-Line Applications Research Corporation (OAR).
+ * Copyright assigned to U.S. Government, 1994.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
+ */
+
+#include <tmacros.h>
+
+/* functions */
+
+void ITRON_Init( void );
+
+/* configuration information */
+
+#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
+
+#define CONFIGURE_ITRON_INIT_TASK_TABLE
+
+#include <confdefs.h>
+
+/* global variables */
+
+TEST_EXTERN rtems_id Global_variable; /* example global variable */
+
+/* end of include file */