diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/boards/evkmimx8mn/clock_config.h')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/boards/evkmimx8mn/clock_config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimx8mn/clock_config.h b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimx8mn/clock_config.h new file mode 100644 index 000000000..0e84c1e0e --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/boards/evkmimx8mn/clock_config.h | |||
@@ -0,0 +1,27 @@ | |||
1 | /* | ||
2 | * Copyright 2018 NXP | ||
3 | * All rights reserved. | ||
4 | * | ||
5 | * SPDX-License-Identifier: BSD-3-Clause | ||
6 | */ | ||
7 | #ifndef _CLOCK_CONFIG_H_ | ||
8 | #define _CLOCK_CONFIG_H_ | ||
9 | |||
10 | /******************************************************************************* | ||
11 | * Definitions | ||
12 | ******************************************************************************/ | ||
13 | |||
14 | /******************************************************************************* | ||
15 | * API | ||
16 | ******************************************************************************/ | ||
17 | #if defined(__cplusplus) | ||
18 | extern "C" { | ||
19 | #endif /* __cplusplus*/ | ||
20 | |||
21 | void BOARD_BootClockRUN(void); | ||
22 | |||
23 | #if defined(__cplusplus) | ||
24 | } | ||
25 | #endif /* __cplusplus*/ | ||
26 | |||
27 | #endif /* _CLOCK_CONFIG_H_ */ | ||