aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/errno.h')
-rw-r--r--arch/mips/include/asm/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/errno.h b/arch/mips/include/asm/errno.h
index a0efc73819e4..6dcd3583ed04 100644
--- a/arch/mips/include/asm/errno.h
+++ b/arch/mips/include/asm/errno.h
@@ -121,6 +121,8 @@
121 121
122#define ERFKILL 167 /* Operation not possible due to RF-kill */ 122#define ERFKILL 167 /* Operation not possible due to RF-kill */
123 123
124#define EHWPOISON 168 /* Memory page has hardware error */
125
124#define EDQUOT 1133 /* Quota exceeded */ 126#define EDQUOT 1133 /* Quota exceeded */
125 127
126#ifdef __KERNEL__ 128#ifdef __KERNEL__