summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_migrate_types.h
blob: d98230597f42dcf714e8286b9e24426a9fafdc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2020 Intel Corporation
 */

#ifndef __INTEL_MIGRATE_TYPES__
#define __INTEL_MIGRATE_TYPES__

struct intel_context;

struct intel_migrate {
	struct intel_context *context;
};

#endif /* __INTEL_MIGRATE_TYPES__ */