diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-mips/errno.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-mips/errno.h')
-rw-r--r-- | include/asm-mips/errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/errno.h b/include/asm-mips/errno.h index 70b1effd9..38fd881be 100644 --- a/include/asm-mips/errno.h +++ b/include/asm-mips/errno.h @@ -139,6 +139,12 @@ #define ECANCELED 158 /* AIO operation canceled */ /* + * These error are Linux extensions. + */ +#define ENOMEDIUM 159 /* No medium found */ +#define EMEDIUMTYPE 160 /* Wrong medium type */ + +/* * IRIX 5 error number start from 1000. * Stupid enough; ECANCELED gets redefined with a different value ... #define ECANCELED 1000 |