brintos

brintos / linux-shallow public Read only

0
0
Text · 241 B · 7541fa7 Raw
15 lines · c
1/*2 * SPDX-License-Identifier: MIT3 *4 * Copyright © 2018 Intel Corporation5 */6 7#ifndef IGT_FLUSH_TEST_H8#define IGT_FLUSH_TEST_H9 10struct drm_i915_private;11 12int igt_flush_test(struct drm_i915_private *i915);13 14#endif /* IGT_FLUSH_TEST_H */15