diff options
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index f1c4b74eb09b..440fb742aae9 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h | |||
@@ -51,6 +51,12 @@ | |||
51 | #define RCODE_TYPE_ERROR 0x6 | 51 | #define RCODE_TYPE_ERROR 0x6 |
52 | #define RCODE_ADDRESS_ERROR 0x7 | 52 | #define RCODE_ADDRESS_ERROR 0x7 |
53 | 53 | ||
54 | #define RCODE_SEND_ERROR 0x10 | ||
55 | #define RCODE_CANCELLED 0x11 | ||
56 | #define RCODE_BUSY 0x12 | ||
57 | #define RCODE_GENERATION 0x13 | ||
58 | #define RCODE_NO_ACK 0x14 | ||
59 | |||
54 | #define SCODE_100 0x0 | 60 | #define SCODE_100 0x0 |
55 | #define SCODE_200 0x1 | 61 | #define SCODE_200 0x1 |
56 | #define SCODE_400 0x2 | 62 | #define SCODE_400 0x2 |