2017-07-10 23:27:10 +02:00
|
|
|
/*
|
2019-06-25 15:53:54 -04:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2017-07-10 23:27:10 +02:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-14 10:43:44 -07:00
|
|
|
#ifndef ZEPHYR_INCLUDE_I2S_H_
|
|
|
|
#define ZEPHYR_INCLUDE_I2S_H_
|
2017-07-10 23:27:10 +02:00
|
|
|
|
2019-06-25 15:53:54 -04:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/i2s.h> instead."
|
2017-07-10 23:27:10 +02:00
|
|
|
#endif
|
|
|
|
|
2019-06-25 15:53:54 -04:00
|
|
|
#include <drivers/i2s.h>
|
2017-07-10 23:27:10 +02:00
|
|
|
|
2018-09-14 10:43:44 -07:00
|
|
|
#endif /* ZEPHYR_INCLUDE_I2S_H_ */
|