From a9ee361f27e0439530387765924574e5358c8a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 10 Sep 2022 15:44:41 +0200 Subject: New upstream version 1.8.19 --- src/plugins/open/open.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/plugins/open/open.h') diff --git a/src/plugins/open/open.h b/src/plugins/open/open.h index 5d7aa5b..aab3085 100644 --- a/src/plugins/open/open.h +++ b/src/plugins/open/open.h @@ -30,8 +30,7 @@ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -#ifndef IPMI_OPENIPMI_H -#define IPMI_OPENIPMI_H +#pragma once #define IPMI_MAX_ADDR_SIZE 0x20 #define IPMI_BMC_CHANNEL 0xf @@ -102,5 +101,3 @@ struct ipmi_ipmb_addr { #define IPMICTL_GET_MY_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 18, unsigned int) #define IPMICTL_SET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 19, unsigned int) #define IPMICTL_GET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 20, unsigned int) - -#endif /*IPMI_OPENIPMI_H*/ -- cgit v1.2.3