move valstr defines to ipmi_strings.h

This commit is contained in:
Duncan Laurie 2004-11-17 22:51:30 +00:00
parent d52c8f01c5
commit 3836cb00e8

View File

@ -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 */