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