summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/arm/xm-tms570/include/bsp.h
blob: 28116baa94c82604df42ef1f72ab882e76964abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (c) 2017 embedded brains GmbH.  All rights reserved.
 *
 *  embedded brains GmbH
 *  Dornierstr. 4
 *  82178 Puchheim
 *  Germany
 *  <rtems@embedded-brains.de>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#ifndef LIBBSP_ARM_XM_TMS570_BSP_H
#define LIBBSP_ARM_XM_TMS570_BSP_H

#include <bspopts.h>

#define BSP_FEATURE_IRQ_EXTENSION

#include <bspopts.h>
#include <bsp/default-initial-extension.h>

#include <rtems.h>

#endif /* LIBBSP_ARM_XM_TMS570_BSP_H */