Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 1/* SPDX-License-Identifier: MIT */
 2/*
 3 * Copyright © 2020 Intel Corporation
 4 */
 5
 6#ifndef __GEN8_PPGTT_H__
 7#define __GEN8_PPGTT_H__
 8
 9struct intel_gt;
10
11struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt);
12
13#endif