diff options
Diffstat (limited to 'arch/alpha/include/asm')
-rw-r--r-- | arch/alpha/include/asm/errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/errno.h b/arch/alpha/include/asm/errno.h index 69e2655249d2..98099bda9370 100644 --- a/arch/alpha/include/asm/errno.h +++ b/arch/alpha/include/asm/errno.h | |||
@@ -120,4 +120,6 @@ | |||
120 | #define EOWNERDEAD 136 /* Owner died */ | 120 | #define EOWNERDEAD 136 /* Owner died */ |
121 | #define ENOTRECOVERABLE 137 /* State not recoverable */ | 121 | #define ENOTRECOVERABLE 137 /* State not recoverable */ |
122 | 122 | ||
123 | #define ERFKILL 138 /* Operation not possible due to RF-kill */ | ||
124 | |||
123 | #endif | 125 | #endif |