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