diff options
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index aaecdd1c1767..a9ace1f8dc3f 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
@@ -41,6 +41,7 @@ struct fw_packet; | |||
41 | #define FEATURE_PRIORITY_BUDGET 0x01 | 41 | #define FEATURE_PRIORITY_BUDGET 0x01 |
42 | 42 | ||
43 | #define CSR_STATE_BIT_CMSTR (1 << 8) | 43 | #define CSR_STATE_BIT_CMSTR (1 << 8) |
44 | #define CSR_STATE_BIT_ABDICATE (1 << 10) | ||
44 | 45 | ||
45 | struct fw_card_driver { | 46 | struct fw_card_driver { |
46 | /* | 47 | /* |