/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014-2015, Intel Corporation. */ #ifndef __NVDIMM_PFN_H #define __NVDIMM_PFN_H #include <linux/types.h> #include <linux/mmzone.h> #define PFN_SIG_LEN … #define PFN_SIG … #define DAX_SIG … struct nd_pfn_sb { … }; #endif /* __NVDIMM_PFN_H */