Changeset 3a4ae6c in rtems for testsuites/samples/hello/system.h
- Timestamp:
- 09/11/95 19:35:39 (28 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/hello/system.h
r5072b07 r3a4ae6c 15 15 */ 16 16 17 #include <rtems.h> 18 #include <bsp.h> 17 #include <tmacros.h> 19 18 20 #include <stdio.h> 19 /* functions */ 21 20 22 /* Miscellaneous */ 21 rtems_task Init( 22 rtems_task_argument argument 23 ); 23 24 24 #define EXTERN extern /* external definition */25 /* configuration information */ 25 26 26 /* macros */ 27 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER 27 28 28 /* structures */ 29 #include <confdefs.h> 29 30 30 #include "gvar.h" 31 /* global variables */ 32 33 TEST_EXTERN rtems_id Global_variable; /* example global variable */ 31 34 32 35 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.