X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/7216ce6cb7163f83893a7dd01315a139a3993dba..bdc65937d68c5091b701d8f70ab10b66f68a771c:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index cabc48e..cca83a5 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -1,4 +1,3 @@ -#if __WORDSIZE == 32 #define VERSION 0x910 #define LICENSE 0x952 #define TRANSFER 0x98c @@ -13,22 +12,11 @@ #define INT_ENABLE 0x98e #define EVENT_PULL 0x988 #define USB_SET_INTERFACE 0x981 -#else -#define VERSION 0xc0000910 -#define LICENSE 0xc0000952 -#define TRANSFER 0xc000098c -#define USB_TRANSFER 0xc0000983 -#define EVENT_UNREGISTER 0xc0000987 -#define INT_DISABLE 0xc000091f -#define INT_WAIT 0xc000094b -#define CARD_REGISTER 0xc00009a4 -#define EVENT_REGISTER 0xc00009a5 -#define CARD_UNREGISTER 0xc000092b -#define USB_GET_DEVICE_DATA 0xc00009a7 -#define INT_ENABLE 0xc000098e -#define EVENT_PULL 0xc0000988 -#define USB_SET_INTERFACE 0xc0000981 -#endif +#define CARD_REGISTER_OLD 0x97d +#define INT_ENABLE_OLD 0x91e +#define USB_GET_DEVICE_DATA_OLD 0x980 +#define EVENT_REGISTER_OLD 0x986 +#define TRANSFER_OLD 0x903 #define MAGIC 0xa410b413UL