1.1 --- a/src/maple/maple.h Sat Aug 21 06:15:49 2004 +0000
1.2 +++ b/src/maple/maple.h Mon Dec 12 13:11:11 2005 +0000
1.4 int (*reset)(struct maple_device *dev);
1.5 int (*shutdown)(struct maple_device *dev);
1.6 int (*get_condition)(struct maple_device *dev,
1.7 - int function, char *outbuf, int *buflen);
1.8 + int function, unsigned char *outbuf, int *buflen);
1.9 int (*set_condition)(struct maple_device *dev,
1.10 - int function, char *inbuf, int buflen);
1.11 + int function, unsigned char *inbuf, int buflen);
1.12 int (*read_block)(struct maple_device *dev,
1.13 - int function, uint32_t block, char *outbuf, int *buflen);
1.14 + int function, uint32_t block, unsigned char *outbuf, int *buflen);
1.15 int (*write_block)(struct maple_device *dev,
1.16 - int function, uint32_t block, char *inbuf, int buflen);
1.17 + int function, uint32_t block, unsigned char *inbuf, int buflen);
1.18 void (*attach)(struct maple_device *dev);
1.19 void (*detach)(struct maple_device *dev);