]> Git Repo - linux.git/blob - drivers/md/dm-vdo/dump.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux.git] / drivers / md / dm-vdo / dump.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright 2023 Red Hat
4  */
5
6 #ifndef VDO_DUMP_H
7 #define VDO_DUMP_H
8
9 #include "types.h"
10
11 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why);
12
13 void vdo_dump_all(struct vdo *vdo, const char *why);
14
15 void dump_data_vio(void *data);
16
17 #endif /* VDO_DUMP_H */
This page took 0.031984 seconds and 4 git commands to generate.