2016-12-03 16:22:00 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Matthias Boesl
|
2017-01-02 23:46:37 +08:00
|
|
|
* Copyright (c) 2017 Linaro Limited.
|
2016-12-03 16:22:00 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-12-03 16:22:00 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __INC_BOARD_H
|
|
|
|
#define __INC_BOARD_H
|
|
|
|
|
|
|
|
#include <soc.h>
|
|
|
|
|
|
|
|
#endif /* __INC_BOARD_H */
|