17#ifndef _IPMI_NET_FN_SENSOR_EVENT_H_
18#define _IPMI_NET_FN_SENSOR_EVENT_H_
24#define IPMI_NETFN_SENSOR_EVENT 0x04
33#define IPMI_SENSOR_PLATFORM_EVENT_MESSAGE 0x02
49#define IPMI_SENSOR_SET_SENSOR_THRESHOLDS 0x26
53 UINT8 LowerNonCriticalThreshold : 1;
54 UINT8 LowerCriticalThreshold : 1;
55 UINT8 LowerNonRecoverableThreshold : 1;
56 UINT8 UpperNonCriticalThreshold : 1;
57 UINT8 UpperCriticalThreshold : 1;
58 UINT8 UpperNonRecoverableThreshold : 1;
67 UINT8 LowerNonCriticalThreshold;
68 UINT8 LowerCriticalThreshold;
69 UINT8 LowerNonRecoverableThreshold;
70 UINT8 UpperNonCriticalThreshold;
71 UINT8 UpperCriticalThreshold;
72 UINT8 UpperNonRecoverableThreshold;
78#define IPMI_SENSOR_GET_SENSOR_THRESHOLDS 0x27
83 UINT8 LowerNonCriticalThreshold;
84 UINT8 LowerCriticalThreshold;
85 UINT8 LowerNonRecoverableThreshold;
86 UINT8 UpperNonCriticalThreshold;
87 UINT8 UpperCriticalThreshold;
88 UINT8 UpperNonRecoverableThreshold;