1/* SPDX-License-Identifier: GPL-2.0 AND MIT */
2/*
3 * Copyright �� 2023 Intel Corporation
4 */
5
6#ifndef _XE_BO_TEST_H_
7#define _XE_BO_TEST_H_
8
9struct kunit;
10
11void xe_ccs_migrate_kunit(struct kunit *test);
12void xe_bo_evict_kunit(struct kunit *test);
13
14#endif
15