mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-14 12:37:22 +00:00
Expose _ipmi_get_channel_info()
... so it can be used elsewhere.
This commit is contained in:
parent
ccfa5aec4f
commit
244ce02f91
@ -131,6 +131,8 @@ struct get_channel_auth_cap_rsp {
|
|||||||
int _ipmi_get_channel_access(struct ipmi_intf *intf,
|
int _ipmi_get_channel_access(struct ipmi_intf *intf,
|
||||||
struct channel_access_t *channel_access,
|
struct channel_access_t *channel_access,
|
||||||
uint8_t get_volatile_settings);
|
uint8_t get_volatile_settings);
|
||||||
|
int _ipmi_get_channel_info(struct ipmi_intf *intf,
|
||||||
|
struct channel_info_t *channel_info);
|
||||||
int _ipmi_set_channel_access(struct ipmi_intf *intf,
|
int _ipmi_set_channel_access(struct ipmi_intf *intf,
|
||||||
struct channel_access_t channel_access, uint8_t access_option,
|
struct channel_access_t channel_access, uint8_t access_option,
|
||||||
uint8_t privilege_option);
|
uint8_t privilege_option);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user