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