1 1.1 riastrad /* $NetBSD: gen8_ppgtt.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ 2 1.1 riastrad 3 1.1 riastrad /* SPDX-License-Identifier: MIT */ 4 1.1 riastrad /* 5 1.1 riastrad * Copyright 2020 Intel Corporation 6 1.1 riastrad */ 7 1.1 riastrad 8 1.1 riastrad #ifndef __GEN8_PPGTT_H__ 9 1.1 riastrad #define __GEN8_PPGTT_H__ 10 1.1 riastrad 11 1.1 riastrad struct intel_gt; 12 1.1 riastrad 13 1.1 riastrad struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt); 14 1.1 riastrad 15 1.1 riastrad #endif 16