diff options
Diffstat (limited to 'tools/testing/cxl/cxl_pmem_test.c')
-rw-r--r-- | tools/testing/cxl/cxl_pmem_test.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/cxl/cxl_pmem_test.c b/tools/testing/cxl/cxl_pmem_test.c new file mode 100644 index 000000000000..3fd884fae537 --- /dev/null +++ b/tools/testing/cxl/cxl_pmem_test.c @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 +/* Copyright(c) 2022 Intel Corporation. All rights reserved. */ + +#include "watermark.h" + +cxl_test_watermark(cxl_pmem); |