X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/010cbaa6cd3ee6d94eda3e5327b7218a4b86f28f..f152c0487083cbc0caa2823b3eaaa04b50712016:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index cabc48e..2563ffb 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -13,6 +13,11 @@ #define INT_ENABLE 0x98e #define EVENT_PULL 0x988 #define USB_SET_INTERFACE 0x981 +#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 #else #define VERSION 0xc0000910 #define LICENSE 0xc0000952 @@ -28,6 +33,11 @@ #define INT_ENABLE 0xc000098e #define EVENT_PULL 0xc0000988 #define USB_SET_INTERFACE 0xc0000981 +#define CARD_REGISTER_OLD 0xc000097d +#define INT_ENABLE_OLD 0xc000091e +#define USB_GET_DEVICE_DATA_OLD 0xc0000980 +#define EVENT_REGISTER_OLD 0xc0000986 +#define TRANSFER_OLD 0xc0000903 #endif #define MAGIC 0xa410b413UL