]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/gt/selftests/mock_timeline.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / gpu / drm / i915 / gt / selftests / mock_timeline.h
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2017-2018 Intel Corporation
5  */
6
7 #ifndef __MOCK_TIMELINE__
8 #define __MOCK_TIMELINE__
9
10 #include <linux/types.h>
11
12 struct intel_timeline;
13
14 void mock_timeline_init(struct intel_timeline *timeline, u64 context);
15 void mock_timeline_fini(struct intel_timeline *timeline);
16
17 #endif /* !__MOCK_TIMELINE__ */
This page took 0.030277 seconds and 4 git commands to generate.