From 8fcd204b2f1998dbc1273d679a1036c2d67c2100 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 26 Oct 2016 22:04:54 -0400 Subject: driver: status codes: refactor and normalize. --- include/apimagic/apimagic.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index ec761cd..299dfeb 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -25,11 +25,7 @@ extern "C" { /* status codes */ #define AMGC_OK 0x00 #define AMGC_USAGE 0x01 -#define AMGC_BAD_OPT 0x02 -#define AMGC_BAD_OPT_VAL 0x03 -#define AMGC_IO_ERROR 0xA0 -#define AMGC_MAP_ERROR 0xA1 -#define AMGC_INIT_ERROR 0xA2 +#define AMGC_ERROR 0x02 /* driver flags */ #define AMGC_DRIVER_VERBOSITY_NONE 0x0000 -- cgit v1.2.3