diff options
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 3b8c0f042f4..aaecdd1c176 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h | |||
@@ -40,6 +40,8 @@ struct fw_packet; | |||
40 | 40 | ||
41 | #define FEATURE_PRIORITY_BUDGET 0x01 | 41 | #define FEATURE_PRIORITY_BUDGET 0x01 |
42 | 42 | ||
43 | #define CSR_STATE_BIT_CMSTR (1 << 8) | ||
44 | |||
43 | struct fw_card_driver { | 45 | struct fw_card_driver { |
44 | /* | 46 | /* |
45 | * Enable the given card with the given initial config rom. | 47 | * Enable the given card with the given initial config rom. |