diff options
author | midipix <writeonce@midipix.org> | 2016-07-05 20:48:04 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:25 -0400 |
commit | 64c88753aee1bbfeee00f9eeb5c561b839873f8d (patch) | |
tree | 15aca4e57724b8f819eeebc79bdfb16077ca41ad /include | |
parent | 538c8a5109b56d1d0a26631fa93913341214501d (diff) | |
download | ptycon-64c88753aee1bbfeee00f9eeb5c561b839873f8d.tar.bz2 ptycon-64c88753aee1bbfeee00f9eeb5c561b839873f8d.tar.xz |
driver: added --debug support.
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 5 |
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; |