summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdestoragedevice.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-27 02:05:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-27 02:05:52 -0600
commit7b66a28f379f5838b67e55b4dbf7960fef2f5b8e (patch)
tree4a4ffe786e200e1879377552e6f37a24c6b2078d /tdecore/tdehw/tdestoragedevice.h
parent777f25f20f991357acf93582471900f6b85532a1 (diff)
downloadtdelibs-7b66a28f379f5838b67e55b4dbf7960fef2f5b8e.tar.gz
tdelibs-7b66a28f379f5838b67e55b4dbf7960fef2f5b8e.zip
Add Hidden storage device attribute
This relates to Bug 2211
Diffstat (limited to 'tdecore/tdehw/tdestoragedevice.h')
-rw-r--r--tdecore/tdehw/tdestoragedevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdestoragedevice.h b/tdecore/tdehw/tdestoragedevice.h
index b3a70763b..4616138b5 100644
--- a/tdecore/tdehw/tdestoragedevice.h
+++ b/tdecore/tdehw/tdestoragedevice.h
@@ -105,6 +105,7 @@ enum TDEDiskDeviceStatus {
UsesDevice = 0x00000020,
ContainsFilesystem = 0x00000040,
Hotpluggable = 0x00000080,
+ Hidden = 0x00000100,
Other = 0x80000000
};