#ifndef SOUND_FIREWIRE_FCP_H_INCLUDED#define SOUND_FIREWIRE_FCP_H_INCLUDEDstruct fw_unit;intfcp_avc_transaction(struct fw_unit *unit,const void*command,unsigned int command_size,void*response,unsigned int response_size,unsigned int response_match_bytes);voidfcp_bus_reset(struct fw_unit *unit);#endif