summaryrefslogtreecommitdiff
path: root/futility/updater_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater_utils.h')
-rw-r--r--futility/updater_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/futility/updater_utils.h b/futility/updater_utils.h
index ca6771e5..2ab6f071 100644
--- a/futility/updater_utils.h
+++ b/futility/updater_utils.h
@@ -180,6 +180,9 @@ enum wp_state flashrom_get_wp(const char *programmer);
/* The environment variable name for setting servod port. */
#define ENV_SERVOD_PORT "SERVOD_PORT"
+/* The environment variable name for setting servod name. */
+#define ENV_SERVOD_NAME "SERVOD_NAME"
+
/*
* Helper function to detect type of Servo board attached to host.
* Returns a string as programmer parameter on success, otherwise NULL.