13 lines
220 B
C
13 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0 AND MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _XE_MOCS_TEST_H_
|
|
#define _XE_MOCS_TEST_H_
|
|
|
|
struct kunit;
|
|
|
|
void xe_live_mocs_kernel_kunit(struct kunit *test);
|
|
|
|
#endif
|