summaryrefslogtreecommitdiffhomepage
path: root/include/ptycon/ptycon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ptycon/ptycon.h')
-rw-r--r--include/ptycon/ptycon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h
index 6309f27..930dd57 100644
--- a/include/ptycon/ptycon.h
+++ b/include/ptycon/ptycon.h
@@ -34,8 +34,9 @@ extern "C" {
#define PTYC_DRIVER_VERSION 0x0010
#define PTYC_DRIVER_DRY_RUN 0x0020
-#define PTYC_DRIVER_DBG_OVEN 0x0040
-#define PTYC_DRIVER_DBG_RAW 0x0080
+#define PTYC_DRIVER_DBG_EVENT 0x0040
+#define PTYC_DRIVER_DBG_OVEN 0x0080
+#define PTYC_DRIVER_DBG_RAW 0x0100
struct ptyc_source_version {
int major;