blob: 0082296e7fbe56a2c6d00fdf61370afcd7eeee84 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris8b7fdc92023-02-21 13:36:32 -08007#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
11struct ipmi_ssif_msg {
12 unsigned int len;
13 __u8 payload[IPMI_SSIF_PAYLOAD_MAX];
14};
15#endif