blob: 5f245f435a9a968d539ba3aa50be256d026a26a7 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved.
*/
#ifndef _LIBFROG_FSGEOM_H_
#define _LIBFROG_FSGEOM_H_
void xfs_report_geom(struct xfs_fsop_geom *geo, const char *mntpoint,
const char *logname, const char *rtname);
int xfs_fsgeometry(int fd, struct xfs_fsop_geom *fsgeo);
#endif /* _LIBFROG_FSGEOM_H_ */