mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 11:01:56 +00:00
This is based on the work of Rajavardhan Gundi. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
10 lines
159 B
C
10 lines
159 B
C
/*
|
|
* Copyright (c) 2017 Intel Corporation
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __INC_BOARD_H
|
|
#define __INC_BOARD_H
|
|
|
|
#endif /* __INC_BOARD_H */
|