diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |