xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/igt_flush_test.h (revision 41ec02673d281bbb3d38e6c78504ce6e30c228c1)
1 /*	$NetBSD: igt_flush_test.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $	*/
2 
3 /*
4  * SPDX-License-Identifier: MIT
5  *
6  * Copyright © 2018 Intel Corporation
7  */
8 
9 #ifndef IGT_FLUSH_TEST_H
10 #define IGT_FLUSH_TEST_H
11 
12 struct drm_i915_private;
13 
14 int igt_flush_test(struct drm_i915_private *i915);
15 
16 #endif /* IGT_FLUSH_TEST_H */
17