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