Rev 1267 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1267 | Rev 1298 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #define __ppc32_BYTEORDER_H__ |
30 | #define __ppc32_BYTEORDER_H__ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| 33 | #include <byteorder.h> |
33 | #include <byteorder.h> |
| 34 | 34 | ||
| - | 35 | #define BIG_ENDIAN |
|
| - | 36 | ||
| 35 | static inline __u64 __u64_le2host(__u64 n) |
37 | static inline __u64 __u64_le2host(__u64 n) |
| 36 | { |
38 | { |
| 37 | return __u64_byteorder_swap(n); |
39 | return __u64_byteorder_swap(n); |
| 38 | } |
40 | } |
| 39 | 41 | ||