xref: /linux/drivers/md/dm-vdo/message-stats.h (revision f7d7ccf92f2b9398781f791b4af1a74a9f65b5c3)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright 2023 Red Hat
4  */
5 
6 #ifndef VDO_MESSAGE_STATS_H
7 #define VDO_MESSAGE_STATS_H
8 
9 #include "types.h"
10 
11 int vdo_write_stats(struct vdo *vdo, char *buf, unsigned int maxlen);
12 
13 #endif /* VDO_MESSAGE_STATS_H */
14