diff options
Diffstat (limited to 'include/ipmitool/ipmi_sel_supermicro.h')
-rw-r--r-- | include/ipmitool/ipmi_sel_supermicro.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ipmitool/ipmi_sel_supermicro.h b/include/ipmitool/ipmi_sel_supermicro.h index 98960e6..55f04d7 100644 --- a/include/ipmitool/ipmi_sel_supermicro.h +++ b/include/ipmitool/ipmi_sel_supermicro.h @@ -30,9 +30,7 @@ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ - -#ifndef IPMI_SEL_SUPERMICRO_H -# define IPMI_SEL_SUPERMICRO_H +#pragma once static uint16_t supermicro_x11[] = { 0x0958, 0x0955, 0x0953, 0x0952, 0x0941, 0x093A, 0x0939, 0x0938, 0x0937, 0x0930, 0x0927, 0x091D, @@ -151,5 +149,3 @@ static uint16_t supermicro_older[] = { 0x0944, 0x0945, 0x0947, 0x0948, 0x0949, 0x094A, 0x094B, 0x094C, 0x094D, 0x094E, 0x0954, 0x0956, 0x0957, 0x0959, 0xFFFF }; - -#endif /* IPMI_SEL_SUPERMICRO_H */ |