IOPlatformPluginSymbols.h [plain text]
#ifndef _IOPLATFORMPLUGINSYMBOLS_H
#define _IOPLATFORMPLUGINSYMBOLS_H
class OSSymbol;
class OSNumber;
class IOPlatformPlugin;
extern const OSSymbol * gIOPPluginForceUpdateKey;
extern const OSSymbol * gIOPPluginForceUpdateAllKey;
extern const OSSymbol * gIOPPluginForceSensorCurValKey;
extern const OSSymbol * gIOPPluginReleaseForcedSensorKey;
extern const OSSymbol * gIOPPluginForceControlTargetValKey;
extern const OSSymbol * gIOPPluginReleaseForcedControlKey;
extern const OSSymbol * gIOPPluginForceCtrlLoopMetaStateKey;
extern const OSSymbol * gIOPPluginReleaseForcedCtrlLoopKey;
extern const OSSymbol * gIOPPluginVersionKey;
extern const OSSymbol * gIOPPluginTypeKey;
extern const OSSymbol * gIOPPluginLocationKey;
extern const OSSymbol * gIOPPluginZoneKey;
extern const OSSymbol * gIOPPluginCurrentValueKey;
extern const OSSymbol * gIOPPluginPollingPeriodKey;
extern const OSSymbol * gIOPPluginRegisteredKey;
extern const OSSymbol * gIOPPluginSensorDataKey;
extern const OSSymbol * gIOPPluginControlDataKey;
extern const OSSymbol * gIOPPluginCtrlLoopDataKey;
extern const OSSymbol * gIOPPluginSensorIDKey;
extern const OSSymbol * gIOPPluginSensorFlagsKey;
extern const OSSymbol * gIOPPluginCurrentStateKey;
extern const OSSymbol * gIOPPluginLowThresholdKey;
extern const OSSymbol * gIOPPluginHighThresholdKey;
extern const OSSymbol * gIOPPluginTypeTempSensor;
extern const OSSymbol * gIOPPluginTypePowerSensor;
extern const OSSymbol * gIOPPluginTypeVoltageSensor;
extern const OSSymbol * gIOPPluginTypeCurrentSensor;
extern const OSSymbol * gIOPPluginTypeADCSensor;
extern const OSSymbol * gIOPPluginControlIDKey;
extern const OSSymbol * gIOPPluginControlFlagsKey;
extern const OSSymbol * gIOPPluginTargetValueKey;
extern const OSSymbol * gIOPPluginControlMinValueKey;
extern const OSSymbol * gIOPPluginControlMaxValueKey;
extern const OSSymbol * gIOPPluginTypeSlewControl;
extern const OSSymbol * gIOPPluginTypeFanRPMControl;
extern const OSSymbol * gIOPPluginTypeFanPWMControl;
extern const OSSymbol * gIOPPluginControlClass;
extern const OSSymbol * gIOPPluginSensorClass;
extern const OSSymbol * gIOPPluginEnvInternalOvertemp;
extern const OSSymbol * gIOPPluginEnvExternalOvertemp;
extern const OSSymbol * gIOPPluginEnvDynamicPowerStep;
extern const OSSymbol * gIOPPluginEnvControlFailed;
extern const OSSymbol * gIOPPluginCtrlLoopIDKey;
extern const OSSymbol * gIOPPluginCtrlLoopMetaState;
extern const OSSymbol * gIOPPluginThermalLocalizedDescKey;
extern const OSSymbol * gIOPPluginThermalValidConfigsKey;
extern const OSSymbol * gIOPPluginThermalMetaStatesKey;
extern const OSSymbol * gIOPPluginPlatformID;
extern const OSNumber * gIOPPluginZero;
extern const OSNumber * gIOPPluginOne;
extern IOPlatformPlugin * platformPlugin;
#endif // _IOPLATFORMPLUGINSYMBOLS_H