Chris Wilson | 98dc045 | 2018-05-05 10:10:13 +0100 | [diff] [blame] | 1 | /* |
2 | * SPDX-License-Identifier: MIT | ||||
3 | * | ||||
4 | * Copyright © 2018 Intel Corporation | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef IGT_FLUSH_TEST_H | ||||
8 | #define IGT_FLUSH_TEST_H | ||||
9 | |||||
10 | struct drm_i915_private; | ||||
11 | |||||
Chris Wilson | 7e80576 | 2019-10-04 14:40:02 +0100 | [diff] [blame] | 12 | int igt_flush_test(struct drm_i915_private *i915); |
Chris Wilson | 98dc045 | 2018-05-05 10:10:13 +0100 | [diff] [blame] | 13 | |
14 | #endif /* IGT_FLUSH_TEST_H */ |