Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
v6.8
 1/*
 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
12int igt_flush_test(struct drm_i915_private *i915);
13
14#endif /* IGT_FLUSH_TEST_H */
v6.2
 1/*
 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
12int igt_flush_test(struct drm_i915_private *i915);
13
14#endif /* IGT_FLUSH_TEST_H */