Add _ipmi_set_channel_access() function

Commit adds _ipmi_set_channel_access() function which in implementation of
(22.22) Set Channel Access Command.
This commit is contained in:
Zdenek Styblik
2015-02-03 07:33:08 +01:00
parent 410606e868
commit 026a8b6fce
2 changed files with 61 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
#define IPMI_GET_CHANNEL_AUTH_CAP 0x38
#define IPMI_SET_CHANNEL_ACCESS 0x40
#define IPMI_GET_CHANNEL_ACCESS 0x41
#define IPMI_GET_CHANNEL_INFO 0x42
#define IPMI_SET_USER_ACCESS 0x43