26 lines
304 B
C
26 lines
304 B
C
|
/*
|
||
|
* 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_ */
|