[SCSI] qla2xxx: Add ISP24xx ISR routines.
[linux-2.6/linux-loongson.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