Linux Audio
Check our new training course
1/* SPDX-License-Identifier: GPL-2.0 AND MIT */ 2/* 3 * Copyright © 2023 Intel Corporation 4 */ 5 6#ifndef _XE_MIGRATE_TEST_H_ 7#define _XE_MIGRATE_TEST_H_ 8 9struct kunit; 10 11void xe_migrate_sanity_kunit(struct kunit *test); 12 13#endif