Index: utility/tpmc.c |
diff --git a/utility/tpmc.c b/utility/tpmc.c |
index 494a1ee4cb40d2921d9338bc37d7a799cf7a69e8..fba3ff52c742c69c5e0f8ddf813d3aa113c2e11f 100644 |
--- a/utility/tpmc.c |
+++ b/utility/tpmc.c |
@@ -290,6 +290,7 @@ command_record command_table[] = { |
{ "getstclearflags", "getvf", "print all volatile (ST_CLEAR) flags", |
HandlerGetSTClearFlags }, |
{ "resume", "res", "execute TPM_Startup(ST_STATE)", TlclResume }, |
+ { "savestate", "save", "execute TPM_SaveState", TlclSaveState }, |
}; |
static int n_commands = sizeof(command_table) / sizeof(command_table[0]); |