source: rtems/c/src/lib/libbsp/arm/tms570/include/tms570-rti.h @ 069560a

4.115
Last change on this file since 069560a was 069560a, checked in by Premysl Houdek <kom541000@…>, on 07/16/15 at 12:14:32

bsp/tms570: source changes reflecting new headers.

Signed-off-by: Premysl Houdek <kom541000@…>

  • Property mode set to 100644
File size: 838 bytes
Line 
1/**
2 * @file tms570-rti.h
3 *
4 * @ingroup tms570
5 *
6 * @brief Real Time Interrupt module (RTI) header file.
7 */
8
9/*
10 * Copyright (c) 2014 Premysl Houdek <kom541000@gmail.com>
11 *
12 * Google Summer of Code 2014 at
13 * Czech Technical University in Prague
14 * Zikova 1903/4
15 * 166 36 Praha 6
16 * Czech Republic
17 *
18 * Based on LPC24xx and LPC1768 BSP
19 * by embedded brains GmbH and others
20 *
21 * The license and distribution terms for this file may be
22 * found in the file LICENSE in this distribution or at
23 * http://www.rtems.org/license/LICENSE.
24 */
25
26#ifndef LIBBSP_ARM_TMS570_RTI_H
27#define LIBBSP_ARM_TMS570_RTI_H
28
29#ifndef ASM
30
31#include <stdint.h>
32#include <bsp/tms570.h>
33
34#ifdef __cplusplus
35extern "C" {
36#endif /* __cplusplus */
37
38/** @} */
39
40#ifdef __cplusplus
41}
42#endif /* __cplusplus */
43
44#endif /* ASM */
45
46#endif /* LIBBSP_ARM_TMS570_IRQ_H */
Note: See TracBrowser for help on using the repository browser.