2 * SPDX-License-Identifier: MIT
4 * Copyright © 2018 Intel Corporation
7 #ifndef __I915_SELFTESTS_IGT_RESET_H__
8 #define __I915_SELFTESTS_IGT_RESET_H__
10 #include <linux/types.h>
14 void igt_global_reset_lock(struct intel_gt
*gt
);
15 void igt_global_reset_unlock(struct intel_gt
*gt
);
16 bool igt_force_reset(struct intel_gt
*gt
);