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 /src/plugins/lan/rmcp.h | |
| parent | 82ac6c87ce0b0af2fb8de25d70442fec406bb742 (diff) | |
New upstream version 1.8.19upstream/1.8.19upstream
Diffstat (limited to 'src/plugins/lan/rmcp.h')
| -rw-r--r-- | src/plugins/lan/rmcp.h | 18 | 
1 files changed, 1 insertions, 17 deletions
| diff --git a/src/plugins/lan/rmcp.h b/src/plugins/lan/rmcp.h index b979d92..f283bf3 100644 --- a/src/plugins/lan/rmcp.h +++ b/src/plugins/lan/rmcp.h @@ -30,8 +30,7 @@   * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   */ -#ifndef IPMI_RMCP_H -#define IPMI_RMCP_H +#pragma once  #include <ipmitool/helper.h>  #include "lan.h" @@ -46,24 +45,11 @@  #define RMCP_TYPE_NORM		0x00  #define RMCP_TYPE_ACK		0x01 -static const struct valstr rmcp_type_vals[] __attribute__((unused)) = { -	{ RMCP_TYPE_NORM,	"Normal RMCP" }, -	{ RMCP_TYPE_ACK,	"RMCP ACK" }, -	{ 0,			NULL } -}; -  #define RMCP_CLASS_MASK		0x1f  #define RMCP_CLASS_ASF		0x06  #define RMCP_CLASS_IPMI		0x07  #define RMCP_CLASS_OEM		0x08 -static const struct valstr rmcp_class_vals[] __attribute__((unused)) = { -	{ RMCP_CLASS_ASF,	"ASF" }, -	{ RMCP_CLASS_IPMI,	"IPMI" }, -	{ RMCP_CLASS_OEM,	"OEM" }, -	{ 0,			NULL } -}; -  #ifdef HAVE_PRAGMA_PACK  #pragma pack(1)  #endif @@ -95,5 +81,3 @@ struct rmcp_pong {  #endif  int handle_rmcp(struct ipmi_intf * intf, uint8_t * data, int data_len); - -#endif /* IPMI_RMCP_H */ | 
