Skip to content
Snippets Groups Projects
Commit 002e6869 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add ECANCELED

parent 9890b905
No related branches found
No related tags found
No related merge requests found
......@@ -375,6 +375,8 @@
#define ENOMEDIUM_STR "No medium found"
#define EMEDIUMTYPE 124
#define EMEDIUMTYPE_STR "Wrong medium type"
#define ECANCELED 125
#define ECANCELED_STR "Operation cancelled"
/************************************************************************
* Type Declarations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment