mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
move valstr defines to ipmi_strings.h
This commit is contained in:
parent
d52c8f01c5
commit
3836cb00e8
@ -37,8 +37,6 @@
|
|||||||
#ifndef IPMI_ENTITY_H
|
#ifndef IPMI_ENTITY_H
|
||||||
#define IPMI_ENTITY_H
|
#define IPMI_ENTITY_H
|
||||||
|
|
||||||
#include <ipmitool/helper.h>
|
|
||||||
|
|
||||||
struct entity_id {
|
struct entity_id {
|
||||||
unsigned char id; /* physical entity id */
|
unsigned char id; /* physical entity id */
|
||||||
#if WORDS_BIGENDIAN
|
#if WORDS_BIGENDIAN
|
||||||
@ -50,7 +48,4 @@ struct entity_id {
|
|||||||
#endif
|
#endif
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
extern const struct valstr entity_id_vals[];
|
|
||||||
extern const struct valstr device_type_vals[];
|
|
||||||
|
|
||||||
#endif /* IPMI_ENTITY_H */
|
#endif /* IPMI_ENTITY_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user