oleavr-rgl-a500-mini-linux-.../sound/firewire/fcp.h

13 lines
327 B
C
Raw Normal View History

2022-05-07 01:01:45 +02:00
#ifndef SOUND_FIREWIRE_FCP_H_INCLUDED
#define SOUND_FIREWIRE_FCP_H_INCLUDED
struct fw_unit;
int fcp_avc_transaction(struct fw_unit *unit,
const void *command, unsigned int command_size,
void *response, unsigned int response_size,
unsigned int response_match_bytes);
void fcp_bus_reset(struct fw_unit *unit);
#endif