From 7f97ea07417de4c2ea260e2860e589011c732e04 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 8 Mar 2011 22:46:14 +0100 Subject: Initial support of IPECamera protocol --- error.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 error.h (limited to 'error.h') diff --git a/error.h b/error.h new file mode 100644 index 0000000..59cedef --- /dev/null +++ b/error.h @@ -0,0 +1,16 @@ +#ifndef _PCILIB_ERROR_H +#define _PCILIB_ERROR_H + +enum { + PCILIB_ERROR_SUCCESS = 0, + PCILIB_ERROR_INVALID_ADDRESS, + PCILIB_ERROR_TIMEOUT, + PCILIB_ERROR_FAILED, + PCILIB_ERROR_VERIFY, + PCILIB_ERROR_NOTSUPPORTED, + PCILIB_ERROR_NOTFOUND, + PCILIB_ERROR_OUTOFRANGE +} pcilib_errot_t; + + +#endif /* _PCILIB_ERROR_H */ -- cgit v1.2.3