Add clear command.

Review URL: http://codereview.chromium.org/3167004
This commit is contained in:
Luigi Semenzato
2010-08-10 15:09:37 -07:00
parent 5aa673cacd
commit 56cec581bb

View File

@@ -60,6 +60,7 @@ command_record command_table[] = {
HandlerActivate },
{ "deactivate", "deact", "deactivate the TPM (needs PP, maybe reboot)",
HandlerDeactivate },
{ "clear", "clr", "clear the TPM owner (needs PP)", TlclForceClear },
};
static int n_commands = sizeof(command_table) / sizeof(command_table[0]);