summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/riscv/include/bsp.h')
-rw-r--r--bsps/riscv/riscv/include/bsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsps/riscv/riscv/include/bsp.h b/bsps/riscv/riscv/include/bsp.h
index d19f0d03a5..c33de42aa7 100644
--- a/bsps/riscv/riscv/include/bsp.h
+++ b/bsps/riscv/riscv/include/bsp.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
+
/**
* @file
*
@@ -58,6 +60,10 @@
#include <rtems/devnull.h>
+#if RISCV_ENABLE_KENDRYTE_K210_SUPPORT != 0
+ #include <bsp/k210.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif