From 0254dfb578e56cdc5cfef8df959b45fb454e3a8f Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 24 Oct 2016 12:43:15 -0400 Subject: driver: status codes: refactor and normalize. --- include/slibtool/slibtool.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 1a4b9fe..4aa2552 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -23,10 +23,7 @@ extern "C" { /* status codes */ #define SLBT_OK 0x00 #define SLBT_USAGE 0x01 -#define SLBT_BAD_OPT 0x02 -#define SLBT_BAD_OPT_VAL 0x03 -#define SLBT_IO_ERROR 0xA0 -#define SLBT_MAP_ERROR 0xA1 +#define SLBT_ERROR 0x02 /* driver flags */ #define SLBT_DRIVER_VERBOSITY_NONE 0x0000 -- cgit v1.2.3