[TG3]: use TG3_FLG2_57{05,50}_PLUS flags in tg3_get_invariants
[linux-2.6/verdex.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