From 4a49120603daab9f9ad280f0ef44e36b0218a302 Mon Sep 17 00:00:00 2001 From: crunchy Date: Wed, 18 Sep 2002 20:32:21 +0000 Subject: bug fix for mput; removed compiler warnings; better return values on error --- libmpio/defs.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'libmpio/defs.h') diff --git a/libmpio/defs.h b/libmpio/defs.h index 7f247aa..7e06524 100644 --- a/libmpio/defs.h +++ b/libmpio/defs.h @@ -1,7 +1,7 @@ /* -*- linux-c -*- */ /* - * $Id: defs.h,v 1.5 2002/09/15 23:05:25 salmoon Exp $ + * $Id: defs.h,v 1.6 2002/09/18 20:32:21 crunchy Exp $ * * Library for USB MPIO-* * @@ -46,14 +46,6 @@ typedef enum { MPIO_MODEL_DME = 0x00, MPIO_MODEL_DMK = 0x04, MPIO_MODEL_UNKNOWN = 0x05 } mpio_model_t; -static BYTE *mpio_model_name[] = { - "MPIO-DME", - "MPIO-DMG", - "MPIO-DMB", - "MPIO-DMB+", - "MPIO-DMK", - "unknown" }; - /* USB commands */ typedef enum { GET_VERSION = 0x01, GET_BLOCK = 0x02, @@ -100,6 +92,15 @@ typedef enum { FTYPE_CONF = 'C', #define INFO_LINE 81 +/* error codes */ +#define MPIO_ERR_FILE_NOT_FOUND -1 +#define MPIO_ERR_NOT_ENOUGH_SPACE -2 +#define MPIO_ERR_FILE_EXISTS -3 +#define MPIO_ERR_FAT_ERROR -4 +#define MPIO_ERR_READING_FILE -5 +#define MPIO_ERR_PERMISSION_DENIED -6 +#define MPIO_ERR_WRITING_FILE -7 + /* get formatted information, about the MPIO player */ typedef struct { -- cgit v1.2.3