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 */ 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 16