mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 19:43:35 +00:00
Since they are now generated from dts, remove these definitions Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
13 lines
195 B
C
13 lines
195 B
C
/*
|
|
* Copyright (c) 2018 Nathan Tsoi <nathan@vertile.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|