From e9e742b0e892ca72576c745ac389eabb56c978a1 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Jul 2016 23:10:44 -0400 Subject: driver: added --wait support for slightly more convenient debug sessions. --- include/ptycon/ptycon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index e725ad7..d91238a 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -37,6 +37,7 @@ extern "C" { #define PTYC_DRIVER_DBG_EVENT 0x0040 #define PTYC_DRIVER_DBG_OVEN 0x0080 #define PTYC_DRIVER_DBG_RAW 0x0100 +#define PTYC_DRIVER_DBG_WAIT 0x0200 struct ptyc_source_version { int major; -- cgit v1.2.3