summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2009-06-06 19:44:17 +0000
committerroot <root>2009-06-06 19:44:17 +0000
commitb7b35d77a0bd68366dae48d86554f9c58b644e69 (patch)
treeeb16ab6bb18ffa2c45b8a35c84e451e0be738182 /eio.h
parent1a01097f12bd9cd363a2c3831c3d6ac328816523 (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/eio.h b/eio.h
index c6ca312..33a4fbb 100644
--- a/eio.h
+++ b/eio.h
@@ -78,11 +78,18 @@ enum eio_dtype {
EIO_DT_UNKNOWN = 0,
EIO_DT_FIFO = 1,
EIO_DT_CHR = 2,
+ EIO_DT_MPC = 3, /* multiplexed char device (v7+Coherent) */
EIO_DT_DIR = 4,
+ EIO_DT_NAM = 5, /* xenix special named file */
EIO_DT_BLK = 6,
+ EIO_DT_MPB = 7, /* multiplexed block device (v7+coherent) */
EIO_DT_REG = 8,
+ EIO_DT_NWK = 9, /* HP-UX network special */
+ EIO_DT_CMP = 9, /* VxFS compressed */
EIO_DT_LNK = 10,
+ /* DT_SHAD = 11,*/
EIO_DT_SOCK = 12,
+ EIO_DT_DOOR = 13, /* solaris door */
EIO_DT_WHT = 14,
EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */
};