mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ipmi: Export ipmb_checksum()
It will be needed by the upcoming ipmb direct addressing. Signed-off-by: Corey Minyard <minyard@acm.org> Tested-by: Andrew Manley <andrew.manley@sealingtech.com> Reviewed-by: Andrew Manley <andrew.manley@sealingtech.com>
This commit is contained in:
committed by
Corey Minyard
parent
d154abdda6
commit
1e4071f628
@@ -335,4 +335,7 @@ extern int ipmi_get_smi_info(int if_num, struct ipmi_smi_info *data);
|
||||
|
||||
#define GET_DEVICE_ID_MAX_RETRY 5
|
||||
|
||||
/* Helper function for computing the IPMB checksum of some data. */
|
||||
unsigned char ipmb_checksum(unsigned char *data, int size);
|
||||
|
||||
#endif /* __LINUX_IPMI_H */
|
||||
|
Reference in New Issue
Block a user