aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
diff options
context:
space:
mode:
authorgermeier <germeier>2002-09-20 20:49:36 +0000
committergermeier <germeier>2002-09-20 20:49:36 +0000
commitdb746a3a55709a20183ecc33a1b6a5b40d863702 (patch)
tree89a20301b475d041b4ad55d859f0b81e7e320611 /libmpio/defs.h
parent21ec3fac700bf50b8c5cfafa6b6b5a86599fa9e2 (diff)
downloadmpiosh-db746a3a55709a20183ecc33a1b6a5b40d863702.tar.gz
mpiosh-db746a3a55709a20183ecc33a1b6a5b40d863702.tar.bz2
mpiosh-db746a3a55709a20183ecc33a1b6a5b40d863702.zip
small fixes to mpiosh/callback.c
added code to identify DMG+ (assumed, but should be correct)
Diffstat (limited to 'libmpio/defs.h')
-rw-r--r--libmpio/defs.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/libmpio/defs.h b/libmpio/defs.h
index 70f789f..910df64 100644
--- a/libmpio/defs.h
+++ b/libmpio/defs.h
@@ -1,7 +1,7 @@
/* -*- linux-c -*- */
/*
- * $Id: defs.h,v 1.7 2002/09/19 20:46:02 crunchy Exp $
+ * $Id: defs.h,v 1.8 2002/09/20 20:49:36 germeier Exp $
*
* Library for USB MPIO-*
*
@@ -41,10 +41,11 @@ typedef enum { MPIO_INTERNAL_MEM = 0x01,
/* model type */
typedef enum { MPIO_MODEL_DME = 0x00,
MPIO_MODEL_DMG = 0x01,
- MPIO_MODEL_DMB = 0x02,
- MPIO_MODEL_DMB_PLUS = 0x03,
- MPIO_MODEL_DMK = 0x04,
- MPIO_MODEL_UNKNOWN = 0x05 } mpio_model_t;
+ MPIO_MODEL_DMG_PLUS = 0x02,
+ MPIO_MODEL_DMB = 0x03,
+ MPIO_MODEL_DMB_PLUS = 0x04,
+ MPIO_MODEL_DMK = 0x05,
+ MPIO_MODEL_UNKNOWN = 0x06 } mpio_model_t;
/* USB commands */
typedef enum { GET_VERSION = 0x01,