added picmg_frucontrol_vals

This commit is contained in:
Francois Isabelle 2009-04-21 12:20:46 +00:00
parent a9c626e67e
commit 92a2b12fe1

View File

@ -408,3 +408,12 @@ const struct valstr ipmi_encryption_algorithms[] = {
{ IPMI_CRYPT_XRC4_40, "xrc4_40" },
{ 0x00, NULL }
};
const struct valstr picmg_frucontrol_vals[] = {
{ 0, "Cold Reset" },
{ 1, "Warm Reset" },
{ 2, "Graceful Reboot" },
{ 3, "Issue Diagnostic Interrupt" },
{ 4, "Quiesce" },
{ 5, NULL },
};