Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: cb655d0f3d57c23db51b981648e452988c0223f9 authored by Linus Torvalds on 06 October 2010, 20:39:52 UTC
Linux 2.6.36-rc7
Tip revision: cb655d0
ieee1394_hotplug.h
#ifndef _IEEE1394_HOTPLUG_H
#define _IEEE1394_HOTPLUG_H

/* Unit spec id and sw version entry for some protocols */
#define AVC_UNIT_SPEC_ID_ENTRY		0x0000A02D
#define AVC_SW_VERSION_ENTRY		0x00010001
#define CAMERA_UNIT_SPEC_ID_ENTRY	0x0000A02D
#define CAMERA_SW_VERSION_ENTRY		0x00000100

/* /include/linux/mod_devicetable.h defines:
 *	IEEE1394_MATCH_VENDOR_ID
 *	IEEE1394_MATCH_MODEL_ID
 *	IEEE1394_MATCH_SPECIFIER_ID
 *	IEEE1394_MATCH_VERSION
 *	struct ieee1394_device_id
 */
#include <linux/mod_devicetable.h>

#endif /* _IEEE1394_HOTPLUG_H */
back to top