Sign in
android-kvm
/
linux
/
b806bec53881f493c550107b8455afc7b7900009
/
.
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
igt_flush_test.h
blob: 7541fa74e6418b27138e2df864abe5da546f0f78 [
file
] [
log
] [
blame
]
/*
* SPDX-License-Identifier: MIT
*
* Copyright © 2018 Intel Corporation
*/
#ifndef
IGT_FLUSH_TEST_H
#define
IGT_FLUSH_TEST_H
struct
drm_i915_private
;
int
igt_flush_test
(
struct
drm_i915_private
*
i915
);
#endif
/* IGT_FLUSH_TEST_H */