Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cmp.h
Go to the documentation of this file.
1 #ifndef SOUND_FIREWIRE_CMP_H_INCLUDED
2 #define SOUND_FIREWIRE_CMP_H_INCLUDED
3 
4 #include <linux/mutex.h>
5 #include <linux/types.h>
6 #include "iso-resources.h"
7 
8 struct fw_unit;
9 
21  int speed;
22  /* private: */
23  bool connected;
24  struct mutex mutex;
27  unsigned int pcr_index;
28  unsigned int max_speed;
29 };
30 
32  struct fw_unit *unit,
33  unsigned int ipcr_index);
35 
37  unsigned int max_payload);
40 
41 #endif