summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/tests/xe_migrate_test.h
blob: 7c645c66824f894bc6911f7707fb1fa5d3c44f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 AND MIT */
/*
 * Copyright © 2023 Intel Corporation
 */

#ifndef _XE_MIGRATE_TEST_H_
#define _XE_MIGRATE_TEST_H_

struct kunit;

void xe_migrate_sanity_kunit(struct kunit *test);

#endif