Sam Ravnborg | f5e706a | 2008-07-17 21:55:51 -0700 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_STAT_H |
2 | #define ___ASM_SPARC_STAT_H | ||||
3 | #if defined(__sparc__) && defined(__arch64__) | ||||
4 | #include <asm-sparc/stat_64.h> | ||||
5 | #else | ||||
6 | #include <asm-sparc/stat_32.h> | ||||
7 | #endif | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #endif |