blob: d98230597f42dcf714e8286b9e24426a9fafdc44 [file] [log] [blame]
/* 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__ */