ieee1394_hotplug.h 549 B

12345678910111213141516171819
  1. #ifndef _IEEE1394_HOTPLUG_H
  2. #define _IEEE1394_HOTPLUG_H
  3. /* Unit spec id and sw version entry for some protocols */
  4. #define AVC_UNIT_SPEC_ID_ENTRY 0x0000A02D
  5. #define AVC_SW_VERSION_ENTRY 0x00010001
  6. #define CAMERA_UNIT_SPEC_ID_ENTRY 0x0000A02D
  7. #define CAMERA_SW_VERSION_ENTRY 0x00000100
  8. /* /include/linux/mod_devicetable.h defines:
  9. * IEEE1394_MATCH_VENDOR_ID
  10. * IEEE1394_MATCH_MODEL_ID
  11. * IEEE1394_MATCH_SPECIFIER_ID
  12. * IEEE1394_MATCH_VERSION
  13. * struct ieee1394_device_id
  14. */
  15. #include <linux/mod_devicetable.h>
  16. #endif /* _IEEE1394_HOTPLUG_H */