blob: 77b8ccda6fc2a60043ec371b0d26d0f6d74745ab (
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_MAC_
#define _VOLUME_ID_MAC_
extern int volume_id_probe_mac_partition_map(struct volume_id *id, uint64_t off);
#endif
|