13 lines
224 B
C
13 lines
224 B
C
/* 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
|