mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
added picmg_frucontrol_vals
This commit is contained in:
parent
a9c626e67e
commit
92a2b12fe1
@ -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 },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user