2 * SPDX-License-Identifier: MIT
4 * Copyright © 2016 Intel Corporation
7 #ifndef __MOCK_GEM_OBJECT_H__
8 #define __MOCK_GEM_OBJECT_H__
10 #include "gem/i915_gem_object_types.h"
13 struct drm_i915_gem_object base
;
16 #endif /* !__MOCK_GEM_OBJECT_H__ */