From f67c207318b2f2e39d67dfbae582186cffa99666 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 Jul 2016 21:05:48 -0400 Subject: driver: added --daemon support. --- include/ptycon/ptycon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index f53c764..b02ddf8 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -39,6 +39,8 @@ extern "C" { #define PTYC_DRIVER_DBG_OVEN 0x0080 #define PTYC_DRIVER_DBG_RAW 0x0100 #define PTYC_DRIVER_DBG_WAIT 0x0200 +#define PTYC_DRIVER_DAEMON_ALWAYS 0x1000 +#define PTYC_DRIVER_DAEMON_NEVER 0x2000 struct ptyc_source_version { int major; -- cgit v1.2.3