RTEMS
5.0.0
bsps
powerpc
t32mppc
include
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
42
#include <
bsp/default-initial-extension.h
>
43
44
#ifdef __cplusplus
45
extern
"C"
{
46
#endif
/* __cplusplus */
47
48
#define BSP_FEATURE_IRQ_EXTENSION
49
50
extern
uint32_t bsp_time_base_frequency;
51
52
void
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.h
DEFAULT_INITIAL_EXTENSION Support.
rtems.h
Generated by
1.8.13