aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/selftests/mock_gem_object.h
blob: 370360b4a1481518a8264cbc596a5f45109442a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * SPDX-License-Identifier: MIT
 *
 * Copyright © 2016 Intel Corporation
 */

#ifndef __MOCK_GEM_OBJECT_H__
#define __MOCK_GEM_OBJECT_H__

struct mock_object {
	struct drm_i915_gem_object base;
};

#endif /* !__MOCK_GEM_OBJECT_H__ */