mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Sysman: Enabling events for Windows
Enabling events for Sysman in Windows Os Specific path HAL.
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a18f2aa3ae
commit
a116d454fe
@@ -50,7 +50,7 @@ struct SysmanDevice : _ze_device_handle_t {
|
||||
virtual ze_result_t fanGet(uint32_t *pCount, zes_fan_handle_t *phFan) = 0;
|
||||
virtual ze_result_t firmwareGet(uint32_t *pCount, zes_firmware_handle_t *phFirmware) = 0;
|
||||
virtual ze_result_t deviceEventRegister(zes_event_type_flags_t events) = 0;
|
||||
virtual bool deviceEventListen(zes_event_type_flags_t &pEvent) = 0;
|
||||
virtual bool deviceEventListen(zes_event_type_flags_t &pEvent, uint32_t timeout) = 0;
|
||||
virtual ~SysmanDevice() = default;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user