summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/paranoia/system.h')
-rw-r--r--testsuites/samples/paranoia/system.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 11e00f018a..5e1b2d2b88 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -14,18 +14,23 @@
* $Id$
*/
-#include <rtems.h>
-#include <bsp.h>
-#include <stdio.h>
+#include <tmacros.h>
-/* Miscellaneous */
+/* functions */
-#define EXTERN extern /* external definition */
+rtems_task Init(
+ rtems_task_argument argument
+);
-/* macros */
+/* configuration information */
-/* structures */
+#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
-#include "gvar.h"
+#include <confdefs.h>
+
+/* global variables */
+
+TEST_EXTERN rtems_id Global_variable; /* example global variable */
/* end of include file */