RTEMS 6.1-rc1
tms570-vim.h
Go to the documentation of this file.
1
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 & Co. KG 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_VIM_H
27#define LIBBSP_ARM_TMS570_VIM_H
28
29#ifndef ASM
30#include <rtems.h>
31#include <stdint.h>
32#include <bsp/tms570.h>
33
34#ifdef __cplusplus
35extern "C" {
36#endif /* __cplusplus */
37
38
39
40#endif
41
44#ifdef __cplusplus
45}
46#endif /* __cplusplus */
47
48#endif /* LIBBSP_ARM_TMS570_IRQ_H */
This header file defines the RTEMS Classic API.