| * include/asm-v850/stat.h -- v850 stat structure |
| * Copyright (C) 2001,02,03 NEC Electronics Corporation |
| * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> |
| * This file is subject to the terms and conditions of the GNU General |
| * Public License. See the file COPYING in the main directory of this |
| * archive for more details. |
| * Written by Miles Bader <miles@gnu.org> |
| #include <asm/posix_types.h> |
| unsigned long st_blksize; |
| unsigned long long st_dev; |
| unsigned long long st_ino; |
| unsigned long long st_rdev; |
| unsigned long st_blksize; |
| unsigned long st_blocks; /* No. of 512-byte blocks allocated */ |
| unsigned long __unused4; /* future possible st_blocks high bits */ |
| unsigned long st_atime_nsec; |
| unsigned long st_mtime_nsec; |
| unsigned long st_ctime_nsec; |
| #endif /* __V850_STAT_H__ */ |