chiark / gitweb /
[PATCH] add "serio" to bus list
[elogind.git] / extras / volume_id / volume_id / dasd / dasd.h
1 /*
2  * dasdlabel - read label from s390 block device
3  *
4  * Copyright (C) 2004 Arnd Bergmann <arnd@arndb.de>
5  *
6  *      This program is free software; you can redistribute it and/or modify it
7  *      under the terms of the GNU General Public License as published by the
8  *      Free Software Foundation version 2 of the License.
9  * 
10  *      This program is distributed in the hope that it will be useful, but
11  *      WITHOUT ANY WARRANTY; without even the implied warranty of
12  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  *      General Public License for more details.
14  * 
15  *      You should have received a copy of the GNU General Public License along
16  *      with this program; if not, write to the Free Software Foundation, Inc.,
17  *      675 Mass Ave, Cambridge, MA 02139, USA.
18  *
19  */
20
21 #ifndef _VOLUME_ID_DASDLABEL_
22 #define _VOLUME_ID_DASDLABEL_
23
24 extern int volume_id_probe_dasd(struct volume_id *id);
25
26 #endif