aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/device.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-04-19 17:04:22 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-04-19 17:04:22 +0200
commitd68e702014b9a4e548950f6090ee0a403908459c (patch)
treed54c89ea96047d3c1a77147b37298417a207efe5 /libnitrokey/device.h
parent9d4911d02e9e87ebd3b2a36acce4a347a58e9fff (diff)
downloadlibnitrokey-d68e702014b9a4e548950f6090ee0a403908459c.tar.gz
libnitrokey-d68e702014b9a4e548950f6090ee0a403908459c.tar.bz2
WIP Use volatilewip-use_volatile
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'libnitrokey/device.h')
-rw-r--r--libnitrokey/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnitrokey/device.h b/libnitrokey/device.h
index f6d2380..329fd7e 100644
--- a/libnitrokey/device.h
+++ b/libnitrokey/device.h
@@ -92,13 +92,13 @@ public:
/*
* Sends packet of HID_REPORT_SIZE.
*/
- virtual int send(const void *packet);
+ virtual int send(volatile void *packet);
/*
* Gets packet of HID_REPORT_SIZE.
* Can sleep. See below.
*/
- virtual int recv(void *packet);
+ virtual int recv(volatile void *packet);
/***
* Returns true if some device is visible by OS with given VID and PID