You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
304 B
25 lines
304 B
/* |
|
* Copyright (c) 2021, Laird Connectivity |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#ifndef _SOC__H_ |
|
#define _SOC__H_ |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
|
#ifndef _ASMLANGUAGE |
|
|
|
|
|
#include <fsl_device_registers.h> |
|
|
|
#endif /* !_ASMLANGUAGE */ |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
|
#endif /* _SOC__H_ */
|
|
|