ec_host_cmd.h 350 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2020 Google LLC
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef ZEPHYR_INCLUDE_EC_HOST_CMD_H_
  7. #define ZEPHYR_INCLUDE_EC_HOST_CMD_H_
  8. #ifndef CONFIG_COMPAT_INCLUDES
  9. #warning "This header file has moved, include <mgmt/ec_host_cmd.h> instead."
  10. #endif
  11. #include <mgmt/ec_host_cmd.h>
  12. #endif /* ZEPHYR_INCLUDE_EC_HOST_CMD_H_ */