summaryrefslogtreecommitdiffstats
path: root/vold/cmd_dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'vold/cmd_dispatch.h')
-rw-r--r--vold/cmd_dispatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vold/cmd_dispatch.h b/vold/cmd_dispatch.h
index e88874e..f8ba6b3 100644
--- a/vold/cmd_dispatch.h
+++ b/vold/cmd_dispatch.h
@@ -26,5 +26,6 @@
// these commands should contain a volume mount point after the colon
#define VOLD_CMD_MOUNT_VOLUME "mount_volume:"
#define VOLD_CMD_EJECT_MEDIA "eject_media:"
+#define VOLD_CMD_FORMAT_MEDIA "format_media:"
#endif