13 lines
167 B
C
13 lines
167 B
C
|
/*
|
||
|
* Copyright (c) 2018, NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __INC_BOARD_H
|
||
|
#define __INC_BOARD_H
|
||
|
|
||
|
#include <soc.h>
|
||
|
|
||
|
#endif /* __INC_BOARD_H */
|