1 /*
2  * Copyright (c) 2015 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef __INC_BOARD_H
8 #define __INC_BOARD_H
9 
10 #include <soc.h>
11 
12 #endif /* __INC_BOARD_H */
13