Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ppc / errno.h
blob19f20bd41ae6184e4851fbf638f05c25de19a612
1 #ifndef _PPC_ERRNO_H
2 #define _PPC_ERRNO_H
4 #include <asm-generic/errno.h>
6 #undef EDEADLOCK
7 #define EDEADLOCK 58 /* File locking deadlock error */
9 #define _LAST_ERRNO 516
11 #endif