RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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>
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
45/* support for simulated clock tick */
46void *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 Support.