summaryrefslogtreecommitdiff
path: root/hscript/disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/disk.hh')
-rw-r--r--hscript/disk.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/hscript/disk.hh b/hscript/disk.hh
index 560e30a..accac35 100644
--- a/hscript/disk.hh
+++ b/hscript/disk.hh
@@ -27,6 +27,18 @@ class DiskLabel : public Key {
class Partition : public Key {
};
+class Encrypt : public Key {
+};
+
+class LVMPhysical : public Key {
+};
+
+class LVMGroup : public Key {
+};
+
+class LVMVolume : public Key {
+};
+
class Filesystem : public Key {
};