From a943fc79ea08792a9f1679183372bd4fccedcf2d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Apr 2016 13:25:04 -0400 Subject: driver & execution context: added -module support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 44d596e..6e8062d 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -51,6 +51,7 @@ extern "C" { #define SLBT_DRIVER_HEURISTICS 0x010000 #define SLBT_DRIVER_STRICT 0x020000 #define SLBT_DRIVER_NO_UNDEFINED 0x040000 +#define SLBT_DRIVER_MODULE 0x080000 /* execution modes */ enum slbt_mode { -- cgit v1.2.3