Loading...
Note: File does not exist in v5.14.15.
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __MOCK_GEM_OBJECT_H__
3#define __MOCK_GEM_OBJECT_H__
4
5struct mock_object {
6 struct drm_i915_gem_object base;
7};
8
9#endif /* !__MOCK_GEM_OBJECT_H__ */