![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 /* 0003 * Copyright (c) 2015-2018, Intel Corporation. 0004 */ 0005 0006 #ifndef _UAPI_LINUX_IPMI_BMC_H 0007 #define _UAPI_LINUX_IPMI_BMC_H 0008 0009 #include <linux/ioctl.h> 0010 0011 #define __IPMI_BMC_IOCTL_MAGIC 0xB1 0012 #define IPMI_BMC_IOCTL_SET_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x00) 0013 #define IPMI_BMC_IOCTL_CLEAR_SMS_ATN _IO(__IPMI_BMC_IOCTL_MAGIC, 0x01) 0014 #define IPMI_BMC_IOCTL_FORCE_ABORT _IO(__IPMI_BMC_IOCTL_MAGIC, 0x02) 0015 0016 #endif /* _UAPI_LINUX_IPMI_BMC_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |