summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-11-23 02:04:25 -0500
committermidipix <writeonce@midipix.org>2016-11-10 23:35:26 -0500
commit8fd1f503fdfc593aed4b296cfa7024a4a09d540c (patch)
treee03b524fa0bc97ea46f7dd6521184ce111261690 /include/perk/perk.h
parentb46e6f435a522bc95e353493c1da3e421d5445be (diff)
downloadperk-8fd1f503fdfc593aed4b296cfa7024a4a09d540c.tar.bz2
perk-8fd1f503fdfc593aed4b296cfa7024a4a09d540c.tar.xz
driver flags: remove the superfluous FLAG_ prefix.
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 67d768e..a7720e7 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -41,14 +41,14 @@ extern "C" {
#define PERK_DRIVER_VERBOSITY_USAGE 0x0004
#define PERK_DRIVER_CLONE_VECTOR 0x0008
-#define PERK_DRIVER_FLAG_VERSION 0x0010
-#define PERK_DRIVER_FLAG_DRY_RUN 0x0020
+#define PERK_DRIVER_VERSION 0x0010
+#define PERK_DRIVER_DRY_RUN 0x0020
/* unit action flags */
-#define PERK_ACTION_FLAG_MAP_READWRITE 0x0001
+#define PERK_ACTION_MAP_READWRITE 0x0001
/* unit (text) output & format flags */
-#define PERK_OUTPUT_FLAG_EXPORT_SYMS 0x0001
+#define PERK_OUTPUT_EXPORT_SYMS 0x0001
struct pe_raw_image {
void * addr;