diff options
author | midipix <writeonce@midipix.org> | 2024-06-09 00:23:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-09 00:41:58 +0000 |
commit | e99de36b4ab5f9f8a331b4a4401204a19c468957 (patch) | |
tree | a31f4bac44ee6fe25ffd0b7b432ab6f3873a6e7c /include | |
parent | 25362d2365de0e6b24959c57f3a84e7a19b0b6a5 (diff) | |
download | tpax-e99de36b4ab5f9f8a331b4a4401204a19c468957.tar.bz2 tpax-e99de36b4ab5f9f8a331b4a4401204a19c468957.tar.xz |
driver: implemented and integrated the -v (verbose mode) cmdline option.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index b1ed228..fabcb7c 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -34,6 +34,7 @@ extern "C" { #define TPAX_DRIVER_CLONE_VECTOR 0x0008 #define TPAX_DRIVER_VERSION 0x0010 +#define TPAX_DRIVER_VERBOSE 0x0020 #define TPAX_DRIVER_DRY_RUN 0x0080 #define TPAX_DRIVER_EXEC_MODE_LIST 0x0100 |