summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slibtool/slibtool.h')
-rw-r--r--include/slibtool/slibtool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index 1d78ab1..0e9f471 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -57,6 +57,8 @@ extern "C" {
#define SLBT_DRIVER_IMAGE_PE 0x400000
#define SLBT_DRIVER_IMAGE_MACHO 0x800000
+#define SLBT_DRIVER_ALL_STATIC 0x01000000
+
/* execution modes */
enum slbt_mode {
SLBT_MODE_UNKNOWN,