1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2023 Red Hat
6 #ifndef VDO_MESSAGE_STATS_H
7 #define VDO_MESSAGE_STATS_H
11 int vdo_write_config(struct vdo
*vdo
, char **buf
, unsigned int *maxlen
);
12 int vdo_write_stats(struct vdo
*vdo
, char *buf
, unsigned int maxlen
);
14 #endif /* VDO_MESSAGE_STATS_H */