15 lines
260 B
C
15 lines
260 B
C
|
/*
|
||
|
* Copyright (c) 2025 Texas Instruments
|
||
|
* Copyright (c) 2025 Linumiz
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef _MSPM0_SOC_H
|
||
|
#define _MSPM0_SOC_H
|
||
|
|
||
|
#include <ti/devices/msp/msp.h>
|
||
|
#include <ti/driverlib/m0p/dl_core.h>
|
||
|
|
||
|
#endif /* _MSPM0_SOC_H */
|