Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * SPDX-License-Identifier: MIT
0003  *
0004  * Copyright © 2018 Intel Corporation
0005  */
0006 
0007 #ifndef IGT_FLUSH_TEST_H
0008 #define IGT_FLUSH_TEST_H
0009 
0010 struct drm_i915_private;
0011 
0012 int igt_flush_test(struct drm_i915_private *i915);
0013 
0014 #endif /* IGT_FLUSH_TEST_H */