firewire: Add lock transaction opcodes to fw-device-cdev.h.
Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Родитель
36bfe49d07
Коммит
746083d86c
|
@ -37,6 +37,14 @@
|
|||
#define TCODE_STREAM_DATA 10
|
||||
#define TCODE_LOCK_RESPONSE 11
|
||||
|
||||
#define TCODE_LOCK_MASK_SWAP 0x11
|
||||
#define TCODE_LOCK_COMPARE_SWAP 0x12
|
||||
#define TCODE_LOCK_FETCH_ADD 0x13
|
||||
#define TCODE_LOCK_LITTLE_ADD 0x14
|
||||
#define TCODE_LOCK_BOUNDED_ADD 0x15
|
||||
#define TCODE_LOCK_WRAP_ADD 0x16
|
||||
#define TCODE_LOCK_VENDOR_DEPENDENT 0x17
|
||||
|
||||
#define RCODE_COMPLETE 0x0
|
||||
#define RCODE_CONFLICT_ERROR 0x4
|
||||
#define RCODE_DATA_ERROR 0x5
|
||||
|
|
Загрузка…
Ссылка в новой задаче