Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
emul.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 * Copyright 2020 Google LLC
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef ZEPHYR_INCLUDE_EMUL_H_
9#define ZEPHYR_INCLUDE_EMUL_H_
10
11#ifndef CONFIG_COMPAT_INCLUDES
12#warning "This header file has moved, include <drivers/emul.h> instead."
13#endif
14
15#include <drivers/emul.h>
16
17#endif /* ZEPHYR_INCLUDE_EMUL_H_ */