summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-05-04 21:25:57 +0000
committerAlasdair Kergon <agk@redhat.com>2004-05-04 21:25:57 +0000
commit4922197a3394d5482387efdf34aa89843da516c4 (patch)
tree291208c3ad46d660f99555db537336c0a5c1b961 /lib/label/label.h
parent6ec69941076b37d6528984ee2f42628cfa7b42ef (diff)
downloadlvm2-4922197a3394d5482387efdf34aa89843da516c4.tar.gz
lvm2-4922197a3394d5482387efdf34aa89843da516c4.tar.xz
lvm2-4922197a3394d5482387efdf34aa89843da516c4.zip
Begin to separate out segment types.
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index 4933db5e..99f1164d 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -16,7 +16,6 @@
#ifndef _LVM_LABEL_H
#define _LVM_LABEL_H
-#include "lvmcache.h"
#include "uuid.h"
#include "device.h"
@@ -25,6 +24,8 @@
#define LABEL_SCAN_SECTORS 4L
#define LABEL_SCAN_SIZE (LABEL_SCAN_SECTORS << SECTOR_SHIFT)
+struct labeller;
+
/* On disk - 32 bytes */
struct label_header {
uint8_t id[8]; /* LABELONE */