Blame view

sound/firewire/fcp.h 327 Bytes
31ef9134e   Clemens Ladisch   ALSA: add LaCie F...
1
2
3
4
5
6
7
8
9
10
11
12
  #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