diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-16 06:18:05 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-16 06:18:05 +0200 |
commit | 7ac0539951ff0eba200e64b850b5181a82915c86 (patch) | |
tree | 6d41563807fcadcbf03eb756d8d7d191d3d4446c /error.h | |
parent | b3e8d49f41b18d17b40bd8f6926d7db54981e89e (diff) | |
download | ipecamera-7ac0539951ff0eba200e64b850b5181a82915c86.tar.gz ipecamera-7ac0539951ff0eba200e64b850b5181a82915c86.tar.bz2 ipecamera-7ac0539951ff0eba200e64b850b5181a82915c86.tar.xz ipecamera-7ac0539951ff0eba200e64b850b5181a82915c86.zip |
Implement DMA access synchronization in the driver
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ enum { PCILIB_ERROR_INVALID_ADDRESS, PCILIB_ERROR_INVALID_BANK, PCILIB_ERROR_INVALID_DATA, + PCILIB_ERROR_INVALID_STATE, PCILIB_ERROR_TIMEOUT, PCILIB_ERROR_FAILED, PCILIB_ERROR_VERIFY, |