diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2023-05-30 01:12:39 +0200 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2023-05-30 01:12:39 +0200 |
commit | 6add87e9764dd308006b078cbdbf36d5a611cc9b (patch) | |
tree | 2df250140400add35723f03b37a74846290f3d36 /drivers/firewire | |
parent | firewire: add KUnit test to check layout of UAPI structures (diff) | |
download | linux-6add87e9764dd308006b078cbdbf36d5a611cc9b.tar.xz linux-6add87e9764dd308006b078cbdbf36d5a611cc9b.zip |
firewire: cdev: add new version of ABI to notify time stamp at request/response subaction of transaction
This commit adds new version of ABI for future new events with time stamp
for request/response subaction of asynchronous transaction to user
space.
Link: https://lore.kernel.org/r/20230529113406.986289-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/core-cdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core-cdev.c b/drivers/firewire/core-cdev.c index 2c16ee8fd842..88c8b5fac5e5 100644 --- a/drivers/firewire/core-cdev.c +++ b/drivers/firewire/core-cdev.c @@ -43,6 +43,7 @@ #define FW_CDEV_VERSION_EVENT_REQUEST2 4 #define FW_CDEV_VERSION_ALLOCATE_REGION_END 4 #define FW_CDEV_VERSION_AUTO_FLUSH_ISO_OVERFLOW 5 +#define FW_CDEV_VERSION_EVENT_ASYNC_TSTAMP 6 struct client { u32 version; |