mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
15 lines
194 B
C
15 lines
194 B
C
/*
|
|
* Copyright (C) 2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
int setAlarm(bool enableAlarm);
|
|
|
|
int setSegv(bool enableSegv);
|
|
|
|
int setAbrt(bool enableAbrt);
|