From 32c2f2c589c1a3ccf5dd9117538aafc6f3e0194e Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 26 Oct 2011 07:12:31 +0200 Subject: Improvements of DMA engine --- error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'error.h') diff --git a/error.h b/error.h index 568ef18..5b46ae5 100644 --- a/error.h +++ b/error.h @@ -16,7 +16,8 @@ enum { PCILIB_ERROR_NOTFOUND, PCILIB_ERROR_OUTOFRANGE, PCILIB_ERROR_NOTAVAILABLE, - PCILIB_ERROR_NOTINITIALIZED + PCILIB_ERROR_NOTINITIALIZED, + PCILIB_ERROR_TOOBIG } pcilib_errot_t; -- cgit v1.2.3