]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/errno.h
[MTD] NAND: Fix bad block table scan for small page devices
[linux-2.6] / include / asm-parisc / errno.h
index a10f109770f11ab2e348fc4b2783f61cc54cfdb2..08464c4054717ce4722bc35627e7072afcd3ab58 100644 (file)
 #define ENOTSUP                252     /* Function not implemented (POSIX.4 / HPUX) */
 #define ECANCELLED     253     /* aio request was canceled before complete (POSIX.4 / HPUX) */
 
+/* for robust mutexes */
+#define EOWNERDEAD     254     /* Owner died */
+#define ENOTRECOVERABLE        255     /* State not recoverable */
+
 
 #endif