]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - include/fsgeom.h
xfs_scrub: include unicrash.h in unicrash.c
[thirdparty/xfsprogs-dev.git] / include / fsgeom.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
96aaf9bc 2/*
959ef981 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved.
96aaf9bc
DW
4 */
5#ifndef _LIBFROG_FSGEOM_H_
6#define _LIBFROG_FSGEOM_H_
7
8void xfs_report_geom(struct xfs_fsop_geom *geo, const char *mntpoint,
9 const char *logname, const char *rtname);
10
11#endif /* _LIBFROG_FSGEOM_H_ */