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 * Copyright (c) 2012, 2017 embedded brains GmbH. All rights reserved.
11 *
12 * embedded brains GmbH
13 * Dornierstr. 4
14 * 82178 Puchheim
15 * Germany
16 * <rtems@embedded-brains.de>
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_POWERPC_T32MPPC_BSP_H
24#define LIBBSP_POWERPC_T32MPPC_BSP_H
25
36#include <bspopts.h>
37
38#ifndef ASM
39
40#include <rtems.h>
41
43
44#ifdef __cplusplus
45extern "C" {
46#endif /* __cplusplus */
47
48#define BSP_FEATURE_IRQ_EXTENSION
49
50extern uint32_t bsp_time_base_frequency;
51
52void t32mppc_decrementer_dispatch(void);
53
54#endif /* ASM */
55
56#ifdef __cplusplus
57}
58#endif /* __cplusplus */
59
62#endif /* LIBBSP_POWERPC_T32MPPC_BSP_H */
DEFAULT_INITIAL_EXTENSION Support.