aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'scd/apdu.h')
-rw-r--r--scd/apdu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scd/apdu.h b/scd/apdu.h
index 7c23e02fd..d042c7cde 100644
--- a/scd/apdu.h
+++ b/scd/apdu.h
@@ -81,7 +81,9 @@ enum {
SW_HOST_USB_NO_DEVICE = 0x10024,
SW_HOST_USB_BUSY = 0x10026,
SW_HOST_USB_TIMEOUT = 0x10027,
- SW_HOST_USB_OVERFLOW = 0x10028
+ SW_HOST_USB_OVERFLOW = 0x10028,
+ SW_HOST_UI_CANCELLED = 0x10030,
+ SW_HOST_UI_TIMEOUT = 0x10031
};
struct dev_list;