chiark / gitweb /
volume_id: add OVFS Version 1
[elogind.git] / extras / volume_id / volume_id / ocfs.h
similarity index 58%
rename from extras/volume_id/volume_id/ocfs2.h
rename to extras/volume_id/volume_id/ocfs.h
index 24b43b18752db5304687936a6c593985546cc65c..9d46b28dcd2586be40ed73f6060af4fb24627570 100644 (file)
@@ -1,16 +1,18 @@
 /*
  * volume_id - reads filesystem label and uuid
  *
- * Copyright (C) Andre Masella <andre@masella.no-ip.org>
+ * Copyright (C) 2004 Andre Masella <andre@masella.no-ip.org>
+ * 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_OCFS2_
-#define _VOLUME_ID_OCFS2_
+#ifndef _VOLUME_ID_OCFS1_
+#define _VOLUME_ID_OCFS1_
 
+extern int volume_id_probe_ocfs1(struct volume_id *id, uint64_t off);
 extern int volume_id_probe_ocfs2(struct volume_id *id, uint64_t off);
 
 #endif