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