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