/* * 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__ */