aboutsummaryrefslogtreecommitdiffstats
path: root/show.h
blob: 5ab99333ae5a18d4004da4834df715498c27bc8d (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef _BCH_MAKE_H
#define _BCH_MAKE_H

int show_bdevs_detail(void);
int show_bdevs(void);
int detail_single(char *devname);

#endif