diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:41 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:41 +0200 | 
| commit | a9ee361f27e0439530387765924574e5358c8a5c (patch) | |
| tree | 3104aecc4d574f7d7bbb269223814586277b1797 /include/ipmitool/ipmi.h | |
| parent | 82ac6c87ce0b0af2fb8de25d70442fec406bb742 (diff) | |
New upstream version 1.8.19upstream/1.8.19upstream
Diffstat (limited to 'include/ipmitool/ipmi.h')
| -rw-r--r-- | include/ipmitool/ipmi.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/include/ipmitool/ipmi.h b/include/ipmitool/ipmi.h index 6e42d06..7555596 100644 --- a/include/ipmitool/ipmi.h +++ b/include/ipmitool/ipmi.h @@ -30,8 +30,7 @@   * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   */ -#ifndef IPMI_H -#define IPMI_H +#pragma once  #include <stdlib.h>  #include <stdio.h> @@ -259,6 +258,8 @@ struct ipmi_rs {  typedef enum IPMI_OEM {       IPMI_OEM_UNKNOWN    = 0, +     IPMI_OEM_DEBUG      = 0xFFFFFE, /* Hoping IANA won't hit this soon */ +     IPMI_OEM_RESERVED   = 0x0FFFFF, /* As per IPMI 2.0 specification */       /* 2 for [IBM] */       IPMI_OEM_IBM_2      = 2,       IPMI_OEM_HP         = 11, @@ -281,7 +282,7 @@ typedef enum IPMI_OEM {       IPMI_OEM_MAGNUM     = 5593,       IPMI_OEM_TYAN       = 6653,       IPMI_OEM_QUANTA     = 7244, -     IPMI_OEM_NEWISYS    = 9237, +     IPMI_OEM_VIKING     = 9237,       IPMI_OEM_ADVANTECH  = 10297,       IPMI_OEM_FUJITSU_SIEMENS = 10368,       IPMI_OEM_AVOCENT    = 10418, @@ -300,9 +301,8 @@ typedef enum IPMI_OEM {       IPMI_OEM_ADLINK_24339 = 24339,       IPMI_OEM_NOKIA_SOLUTIONS_AND_NETWORKS = 28458,       IPMI_OEM_VITA       = 33196, -     IPMI_OEM_SUPERMICRO_47488 = 47488 +     IPMI_OEM_SUPERMICRO_47488 = 47488, +     IPMI_OEM_YADRO      = 49769,  } IPMI_OEM;  extern const struct valstr completion_code_vals[]; - -#endif				/* IPMI_H */ | 
