/*
* Copyright (c) Huawei Technologies Co., Ltd. 2024. All rights reserved.
* Description: enhance log records for fsck-tools
* Create: 2024-3-4
*/
#ifndef __F2FS_DMD_CFG_H__
#define __F2FS_DMD_CFG_H__
#ifdef __cplusplus
extern "C" {
#endif
#define DMD_ERR (-1)
#define DMD_OK (0)
#ifdef __cplusplus
}
#endif
#endif