chiark / gitweb /
9d46b28dcd2586be40ed73f6060af4fb24627570
[elogind.git] / extras / volume_id / volume_id / ocfs.h
1 /*
2  * volume_id - reads filesystem label and uuid
3  *
4  * Copyright (C) 2004 Andre Masella <andre@masella.no-ip.org>
5  * Copyright (C) 2005 Kay Sievers <kay.sievers@vrfy.org>
6  *
7  *      This program is free software; you can redistribute it and/or modify it
8  *      under the terms of the GNU General Public License as published by the
9  *      Free Software Foundation version 2 of the License.
10  */
11
12 #ifndef _VOLUME_ID_OCFS1_
13 #define _VOLUME_ID_OCFS1_
14
15 extern int volume_id_probe_ocfs1(struct volume_id *id, uint64_t off);
16 extern int volume_id_probe_ocfs2(struct volume_id *id, uint64_t off);
17
18 #endif