fcp.h 327 B

12345678910111213
  1. #ifndef SOUND_FIREWIRE_FCP_H_INCLUDED
  2. #define SOUND_FIREWIRE_FCP_H_INCLUDED
  3. struct fw_unit;
  4. int fcp_avc_transaction(struct fw_unit *unit,
  5. const void *command, unsigned int command_size,
  6. void *response, unsigned int response_size,
  7. unsigned int response_match_bytes);
  8. void fcp_bus_reset(struct fw_unit *unit);
  9. #endif