summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/errno.h')
-rw-r--r--include/asm-ppc/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/errno.h b/include/asm-ppc/errno.h
index 8c47b73e7..ff364b820 100644
--- a/include/asm-ppc/errno.h
+++ b/include/asm-ppc/errno.h
@@ -133,4 +133,6 @@
#define ERESTARTNOHAND 514 /* restart if no handler.. */
#define ENOIOCTLCMD 515 /* No ioctl command */
+#define _LAST_ERRNO 515
+
#endif