Move #define from ipmi_user.c to ipmi_user.h

Commit moves defines of Set User Password operations to header file.
This commit is contained in:
Zdenek Styblik
2015-01-30 07:08:57 +01:00
parent b591bc2ab7
commit 21151953a5
2 changed files with 5 additions and 5 deletions

View File

@@ -38,6 +38,11 @@
#endif
#include <ipmitool/ipmi.h>
#define IPMI_PASSWORD_DISABLE_USER 0x00
#define IPMI_PASSWORD_ENABLE_USER 0x01
#define IPMI_PASSWORD_SET_PASSWORD 0x02
#define IPMI_PASSWORD_TEST_PASSWORD 0x03
#define IPMI_USER_ENABLE_UNSPECIFIED 0x00
#define IPMI_USER_ENABLE_ENABLED 0x40
#define IPMI_USER_ENABLE_DISABLED 0x80