2020-08-20 22:07:29 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
|
|
* Copyright 2020 Google LLC
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZEPHYR_INCLUDE_EMUL_H_
|
|
|
|
#define ZEPHYR_INCLUDE_EMUL_H_
|
|
|
|
|
2021-03-24 22:12:30 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/emul.h> instead."
|
|
|
|
#endif
|
2020-08-20 22:07:29 +08:00
|
|
|
|
2021-03-24 22:12:30 +08:00
|
|
|
#include <drivers/emul.h>
|
2020-08-20 22:07:29 +08:00
|
|
|
|
|
|
|
#endif /* ZEPHYR_INCLUDE_EMUL_H_ */
|