| * QEMU header file for libpmem. |
| * Copyright (c) 2018 Intel Corporation. |
| * Author: Haozhong Zhang <address@hidden> |
| * This work is licensed under the terms of the GNU GPL, version 2 or later. |
| * See the COPYING file in the top-level directory. |
| #else /* !CONFIG_LIBPMEM */ |
| pmem_memcpy_persist(void *pmemdest, const void *src, size_t len) |
| /* If 'pmem' option is 'on', we should always have libpmem support, |
| or qemu will report a error and exit, never come here. */ |
| pmem_persist(const void *addr, size_t len) |
| #endif /* CONFIG_LIBPMEM */ |