| Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* | 
 | 2 |  * This file is auto-generated. Modifications will be lost. | 
 | 3 |  * | 
 | 4 |  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | 
 | 5 |  * for more information. | 
 | 6 |  */ | 
| Christopher Ferris | 8b7fdc9 | 2023-02-21 13:36:32 -0800 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_IPMI_SSIF_BMC_H | 
 | 8 | #define _UAPI_LINUX_IPMI_SSIF_BMC_H | 
 | 9 | #include <linux/types.h> | 
 | 10 | #define IPMI_SSIF_PAYLOAD_MAX 254 | 
 | 11 | struct ipmi_ssif_msg { | 
 | 12 |   unsigned int len; | 
 | 13 |   __u8 payload[IPMI_SSIF_PAYLOAD_MAX]; | 
 | 14 | }; | 
 | 15 | #endif |