blob: edf516e7bf22361b8d37ffe84b97af5ab10f67b4 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GPU_MAPPING_H
#define GPU_MAPPING_H
#include <lib/magma_service/util/gpu_mapping.h>
#include "msd_intel_buffer.h"
using GpuMappingView = magma::GpuMappingView<MsdIntelBuffer>;
using GpuMapping = magma::GpuMapping<MsdIntelBuffer>;
#endif // GPU_MAPPING_H