Changeset 3a4ae6c in rtems for c/src/tests/samples/base_sp/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
-
c/src/tests/samples/base_sp/system.h
r5072b07 r3a4ae6c 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * system.h,v 1.2 1995/05/31 17:05:38 joel Exp14 * $Id$ 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 rtems_task Application_task( 26 rtems_task_argument argument 27 ); 26 28 27 /* structures*/29 /* configuration information */ 28 30 29 #include "gvar.h" 31 #define CONFIGURE_SPTEST 32 33 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER 34 #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER 35 36 #include <confdefs.h> 37 38 /* global variables */ 39 40 TEST_EXTERN rtems_id Global_variable; /* example global variable */ 30 41 31 42 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.