|
@@ -325,6 +325,7 @@ int fw_core_add_address_handler(struct fw_address_handler *handler,
|
|
void fw_core_remove_address_handler(struct fw_address_handler *handler);
|
|
void fw_core_remove_address_handler(struct fw_address_handler *handler);
|
|
void fw_send_response(struct fw_card *card,
|
|
void fw_send_response(struct fw_card *card,
|
|
struct fw_request *request, int rcode);
|
|
struct fw_request *request, int rcode);
|
|
|
|
+int fw_get_request_speed(struct fw_request *request);
|
|
void fw_send_request(struct fw_card *card, struct fw_transaction *t,
|
|
void fw_send_request(struct fw_card *card, struct fw_transaction *t,
|
|
int tcode, int destination_id, int generation, int speed,
|
|
int tcode, int destination_id, int generation, int speed,
|
|
unsigned long long offset, void *payload, size_t length,
|
|
unsigned long long offset, void *payload, size_t length,
|