summaryrefslogtreecommitdiff
path: root/extras/volume_id/volume_id/vxfs.h
blob: 8ca45c3fdc860077d09b0d916acb8c62981bac51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * volume_id - reads filesystem label and uuid
 *
 * Copyright (C) 2005 Kay Sievers <kay.sievers@vrfy.org>
 *
 *	This program is free software; you can redistribute it and/or modify it
 *	under the terms of the GNU General Public License as published by the
 *	Free Software Foundation version 2 of the License.
 */

#ifndef _VOLUME_ID_VXFS_
#define _VOLUME_ID_VXFS_

extern int volume_id_probe_vxfs(struct volume_id *id, uint64_t off);

#endif