2018-12-21 18:58:41 +08:00
|
|
|
/*
|
2019-06-26 03:53:53 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2018-12-21 18:58:41 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#ifndef ZEPHYR_INCLUDE_HWINFO_H_
|
|
|
|
#define ZEPHYR_INCLUDE_HWINFO_H_
|
|
|
|
|
2019-06-26 03:53:53 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/hwinfo.h> instead."
|
2018-12-21 18:58:41 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 03:53:53 +08:00
|
|
|
#include <drivers/hwinfo.h>
|
2018-12-21 18:58:41 +08:00
|
|
|
|
|
|
|
#endif /* ZEPHYR_INCLUDE_HWINFO_H_ */
|