Changeset 3a4ae6c in rtems for testsuites/samples/paranoia/system.h
- Timestamp:
- 09/11/95 19:35:39 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ced11f99
- Parents:
- 5072b07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/paranoia/system.h
r5072b07 r3a4ae6c 15 15 */ 16 16 17 #include <rtems.h> 18 #include <bsp.h> 19 #include <stdio.h> 17 #include <tmacros.h> 20 18 21 /* Miscellaneous */19 /* functions */ 22 20 23 #define EXTERN extern /* external definition */ 21 rtems_task Init( 22 rtems_task_argument argument 23 ); 24 24 25 /* macros*/25 /* configuration information */ 26 26 27 /* structures */ 27 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER 28 #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER 28 29 29 #include "gvar.h" 30 #include <confdefs.h> 31 32 /* global variables */ 33 34 TEST_EXTERN rtems_id Global_variable; /* example global variable */ 30 35 31 36 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.