Merge branch 'omap-boards' into omap-for-linus
[pandora-kernel.git] / arch / mips / include / asm / errno.h
index 3c0d840..a0efc73 100644 (file)
 #define        EOWNERDEAD      165     /* Owner died */
 #define        ENOTRECOVERABLE 166     /* State not recoverable */
 
+#define        ERFKILL         167     /* Operation not possible due to RF-kill */
+
 #define EDQUOT         1133    /* Quota exceeded */
 
 #ifdef __KERNEL__