root/drivers/gpu/drm/i915/gem/selftests/mock_gem_object.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 struct mock_object {
  11         struct drm_i915_gem_object base;
  12 };
  13 
  14 #endif /* !__MOCK_GEM_OBJECT_H__ */

/* [<][>][^][v][top][bottom][index][help] */