summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/include/bsp/tms570-pins.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/tms570/include/bsp/tms570-pins.h')
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-pins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/arm/tms570/include/bsp/tms570-pins.h b/bsps/arm/tms570/include/bsp/tms570-pins.h
index 64c6fb4002..606b7e243e 100644
--- a/bsps/arm/tms570/include/bsp/tms570-pins.h
+++ b/bsps/arm/tms570/include/bsp/tms570-pins.h
@@ -40,6 +40,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef LIBBSP_ARM_TMS570_PINS_H
+#define LIBBSP_ARM_TMS570_PINS_H
+
#include <bspopts.h>
#if TMS570_VARIANT == 4357
@@ -47,3 +50,5 @@
#else
#include <bsp/tms570ls3137zwt-pins.h>
#endif
+
+#endif /* LIBBSP_ARM_TMS570_PINS_H */