blob: 7541fa74e6418b27138e2df864abe5da546f0f78 [file] [log] [blame]
Chris Wilson98dc0452018-05-05 10:10:13 +01001/*
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
10struct drm_i915_private;
11
Chris Wilson7e805762019-10-04 14:40:02 +010012int igt_flush_test(struct drm_i915_private *i915);
Chris Wilson98dc0452018-05-05 10:10:13 +010013
14#endif /* IGT_FLUSH_TEST_H */