summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/message-stats.h
blob: f9c95eff569dcd61a8b18f732c1c5b4652107a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright 2023 Red Hat
 */

#ifndef VDO_MESSAGE_STATS_H
#define VDO_MESSAGE_STATS_H

#include "types.h"

int vdo_write_config(struct vdo *vdo, char **buf, unsigned int *maxlen);
int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen);

#endif /* VDO_MESSAGE_STATS_H */