Changes in uspace/lib/c/include/errno.h [1dde2eb1:8ab1ad4c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/errno.h
r1dde2eb1 r8ab1ad4c 59 59 #define EBADCHECKSUM (-300) 60 60 61 /** USB: stalled operation. */62 #define ESTALL (-301)63 64 61 /** An API function is called while another blocking function is in progress. */ 65 62 #define EINPROGRESS (-10036)
Note:
See TracChangeset
for help on using the changeset viewer.