From 1f39476f289cd6ac1f45da7f0d9b528b4bc9a978 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 9 Mar 2011 01:45:29 +0100 Subject: Better handling of register banks --- error.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'error.h') diff --git a/error.h b/error.h index 59cedef..715b6eb 100644 --- a/error.h +++ b/error.h @@ -4,12 +4,13 @@ enum { PCILIB_ERROR_SUCCESS = 0, PCILIB_ERROR_INVALID_ADDRESS, + PCILIB_ERROR_INVALID_BANK, PCILIB_ERROR_TIMEOUT, PCILIB_ERROR_FAILED, PCILIB_ERROR_VERIFY, PCILIB_ERROR_NOTSUPPORTED, PCILIB_ERROR_NOTFOUND, - PCILIB_ERROR_OUTOFRANGE + PCILIB_ERROR_OUTOFRANGE, } pcilib_errot_t; -- cgit v1.2.3