]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gem/selftests/mock_gem_object.h
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpu / drm / i915 / gem / selftests / mock_gem_object.h
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2016 Intel Corporation
5  */
6
7 #ifndef __MOCK_GEM_OBJECT_H__
8 #define __MOCK_GEM_OBJECT_H__
9
10 #include "gem/i915_gem_object_types.h"
11
12 struct mock_object {
13         struct drm_i915_gem_object base;
14 };
15
16 #endif /* !__MOCK_GEM_OBJECT_H__ */
This page took 0.035966 seconds and 4 git commands to generate.