mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 01:31:56 +00:00
Since they are now generated from dts, remove these definitions Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
13 lines
203 B
C
13 lines
203 B
C
/*
|
|
* Copyright (c) 2018, Reto Schneider <code@reto-schneider.ch>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#include <soc.h>
|
|
|
|
#endif /* __INC_BOARD_H */
|