]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/errno.h
[ALSA] info_oss: move prototype of snd_card_info_read_oss to info.h
[linux-2.6-omap-h63xx.git] / include / asm-alpha / errno.h
index c85ab6b9d6c6c995c1da398c1cc8f9bf522ccc78..69e2655249d295ee6b891c98b61d2c24297cf2ef 100644 (file)
 #define        EKEYREVOKED     134     /* Key has been revoked */
 #define        EKEYREJECTED    135     /* Key was rejected by service */
 
+/* for robust mutexes */
+#define        EOWNERDEAD      136     /* Owner died */
+#define        ENOTRECOVERABLE 137     /* State not recoverable */
+
 #endif