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