| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _IEEE1394_HOTPLUG_H | 
|  | 2 | #define _IEEE1394_HOTPLUG_H | 
|  | 3 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | /* Unit spec id and sw version entry for some protocols */ | 
|  | 5 | #define AVC_UNIT_SPEC_ID_ENTRY		0x0000A02D | 
|  | 6 | #define AVC_SW_VERSION_ENTRY		0x00010001 | 
|  | 7 | #define CAMERA_UNIT_SPEC_ID_ENTRY	0x0000A02D | 
|  | 8 | #define CAMERA_SW_VERSION_ENTRY		0x00000100 | 
|  | 9 |  | 
| Stefan Richter | 66faadf | 2006-07-03 12:02:30 -0400 | [diff] [blame] | 10 | /* /include/linux/mod_devicetable.h defines: | 
|  | 11 | *	IEEE1394_MATCH_VENDOR_ID | 
|  | 12 | *	IEEE1394_MATCH_MODEL_ID | 
|  | 13 | *	IEEE1394_MATCH_SPECIFIER_ID | 
|  | 14 | *	IEEE1394_MATCH_VERSION | 
|  | 15 | *	struct ieee1394_device_id | 
|  | 16 | */ | 
|  | 17 | #include <linux/mod_devicetable.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 |  | 
|  | 19 | #endif /* _IEEE1394_HOTPLUG_H */ |