mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
16 lines
315 B
C
16 lines
315 B
C
|
/*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
* Copyright © 2018 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __I915_SELFTESTS_IGT_RESET_H__
|
||
|
#define __I915_SELFTESTS_IGT_RESET_H__
|
||
|
|
||
|
#include "../i915_drv.h"
|
||
|
|
||
|
void igt_global_reset_lock(struct drm_i915_private *i915);
|
||
|
void igt_global_reset_unlock(struct drm_i915_private *i915);
|
||
|
|
||
|
#endif
|