blob: ff95cc1058aba9c86050dce04e0666d592bdd5cf (
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) 2004 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_UDF_
#define _VOLUME_ID_UDF_
extern int volume_id_probe_udf(struct volume_id *id, uint64_t off);
#endif
|