RTEMS  5.1
bsp.h
Go to the documentation of this file.
1 
8 /*
9  * This include file contains some definitions specific to the
10  * GDB simulator in gdb.
11  */
12 
13 /*
14  * COPYRIGHT (c) 1989-2012.
15  * On-Line Applications Research Corporation (OAR).
16  *
17  * The license and distribution terms for this file may be
18  * found in the file LICENSE in this distribution or at
19  * http://www.rtems.org/license/LICENSE.
20  */
21 
22 #ifndef LIBBSP_V850_GDBV850SIM_BSP_H
23 #define LIBBSP_V850_GDBV850SIM_BSP_H
24 
35 #include <bspopts.h>
37 
38 #include <rtems.h>
39 
40 #ifdef __cplusplus
41 extern "C" {
42 #endif
43 
44 /* support for simulated clock tick */
45 void *clock_driver_sim_idle_body(uintptr_t);
46 #define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
54 #endif
DEFAULT_INITIAL_EXTENSION Support.