root/drivers/gpu/drm/i915/gem/i915_gemfs.h

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

INCLUDED FROM


   1 /*
   2  * SPDX-License-Identifier: MIT
   3  *
   4  * Copyright © 2017 Intel Corporation
   5  */
   6 
   7 #ifndef __I915_GEMFS_H__
   8 #define __I915_GEMFS_H__
   9 
  10 struct drm_i915_private;
  11 
  12 int i915_gemfs_init(struct drm_i915_private *i915);
  13 
  14 void i915_gemfs_fini(struct drm_i915_private *i915);
  15 
  16 #endif

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