xref: /OK3568_Linux_fs/kernel/tools/testing/nvdimm/dax_pmem_test.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun // Copyright(c) 2019 Intel Corporation. All rights reserved.
3*4882a593Smuzhiyun 
4*4882a593Smuzhiyun #include <linux/module.h>
5*4882a593Smuzhiyun #include <linux/printk.h>
6*4882a593Smuzhiyun #include "watermark.h"
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun nfit_test_watermark(dax_pmem);
9