Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * SPDX-License-Identifier: MIT
0003  *
0004  * Copyright © 2017 Intel Corporation
0005  */
0006 
0007 #ifndef __I915_GEMFS_H__
0008 #define __I915_GEMFS_H__
0009 
0010 struct drm_i915_private;
0011 
0012 void i915_gemfs_init(struct drm_i915_private *i915);
0013 void i915_gemfs_fini(struct drm_i915_private *i915);
0014 
0015 #endif