summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common/include/test/drivers/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/common/include/test/drivers/utils.h')
-rw-r--r--zephyr/test/drivers/common/include/test/drivers/utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/zephyr/test/drivers/common/include/test/drivers/utils.h b/zephyr/test/drivers/common/include/test/drivers/utils.h
index 8f7c7773f3..c42c07f994 100644
--- a/zephyr/test/drivers/common/include/test/drivers/utils.h
+++ b/zephyr/test/drivers/common/include/test/drivers/utils.h
@@ -482,16 +482,6 @@ void host_cmd_typec_discovery(int port, enum typec_partner_type partner_type,
void *response, size_t response_size);
/**
- * @brief Run the host command to get the PD chip information.
- *
- * @param port The USB-C port number
- * @param response Destination for command response.
- * @return The result code from the host command
- */
-int host_cmd_usb_pd_dev_info(uint8_t port,
- struct ec_params_usb_pd_rw_hash_entry *response);
-
-/**
* Run the host command to control PD port behavior, with the sub-command of
* TYPEC_CONTROL_COMMAND_ENTER_MODE
*