1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2018 Intel Corporation
5  */
6 
7 #ifndef __I915_SELFTESTS_IGT_RESET_H__
8 #define __I915_SELFTESTS_IGT_RESET_H__
9 
10 #include "../i915_drv.h"
11 
12 void igt_global_reset_lock(struct drm_i915_private *i915);
13 void igt_global_reset_unlock(struct drm_i915_private *i915);
14 
15 #endif
16