2020-09-01 05:53:42 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Google LLC
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZEPHYR_INCLUDE_EC_HOST_CMD_H_
|
|
|
|
#define ZEPHYR_INCLUDE_EC_HOST_CMD_H_
|
|
|
|
|
2021-03-24 22:15:18 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <mgmt/ec_host_cmd.h> instead."
|
|
|
|
#endif
|
2020-09-01 05:53:42 +08:00
|
|
|
|
2021-03-24 22:15:18 +08:00
|
|
|
#include <mgmt/ec_host_cmd.h>
|
2020-09-27 05:11:17 +08:00
|
|
|
|
2020-09-01 05:53:42 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_EC_HOST_CMD_H_ */
|