From 0a9bff7db844b4bf21bf548616647bddecb13ff2 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 3 May 2016 14:43:21 -0400 Subject: driver: added --legabits 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 e02e6dc..88e044c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -60,6 +60,7 @@ extern "C" { #define SLBT_DRIVER_ALL_STATIC 0x01000000 #define SLBT_DRIVER_DISABLE_STATIC 0x02000000 #define SLBT_DRIVER_DISABLE_SHARED 0x04000000 +#define SLBT_DRIVER_LEGABITS 0x08000000 #define SLBT_DRIVER_ANNOTATE_ALWAYS 0x10000000 #define SLBT_DRIVER_ANNOTATE_NEVER 0x20000000 -- cgit v1.2.3