summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ptycon/ptycon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h
index 19c2513..d8f2275 100644
--- a/include/ptycon/ptycon.h
+++ b/include/ptycon/ptycon.h
@@ -48,6 +48,10 @@ extern "C" {
#define PTYC_DRIVER_DAEMON_ALWAYS 0x1000
#define PTYC_DRIVER_DAEMON_NEVER 0x2000
+#define PTYC_DRIVER_DBG_MODE (PTYC_DRIVER_DBG_EVENT \
+ | PTYC_DRIVER_DBG_OVEN \
+ | PTYC_DRIVER_DBG_RAW)
+
struct ptyc_source_version {
int major;
int minor;