brintos

brintos / linux-shallow public Read only

0
0
Text · 273 B · 5d835e4 Raw
16 lines · c
1/*2 * SPDX-License-Identifier: MIT3 *4 * Copyright © 2017 Intel Corporation5 */6 7#ifndef __I915_GEMFS_H__8#define __I915_GEMFS_H__9 10struct drm_i915_private;11 12void i915_gemfs_init(struct drm_i915_private *i915);13void i915_gemfs_fini(struct drm_i915_private *i915);14 15#endif16