From 9c25c7c53b06e150ef59831dc171441148135acc Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 7 Mar 2016 12:18:33 -0500 Subject: driver: added context initialization for -shared and -static. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 90c07ad..1855049 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -43,6 +43,8 @@ extern "C" { #define SLBT_DRIVER_VERBOSE 0x0800 #define SLBT_DRIVER_PRO_PIC 0x1000 #define SLBT_DRIVER_ANTI_PIC 0x2000 +#define SLBT_DRIVER_SHARED 0x4000 +#define SLBT_DRIVER_STATIC 0x8000 /* execution modes */ enum slbt_mode { -- cgit v1.2.3