emul.h 364 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2020 Nordic Semiconductor ASA
  3. * Copyright 2020 Google LLC
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. */
  7. #ifndef ZEPHYR_INCLUDE_EMUL_H_
  8. #define ZEPHYR_INCLUDE_EMUL_H_
  9. #ifndef CONFIG_COMPAT_INCLUDES
  10. #warning "This header file has moved, include <drivers/emul.h> instead."
  11. #endif
  12. #include <drivers/emul.h>
  13. #endif /* ZEPHYR_INCLUDE_EMUL_H_ */