root/include/asm-alpha/dirent.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _ALPHA_DIRENT_H
   2 #define _ALPHA_DIRENT_H
   3 
   4 struct dirent {
   5         ino_t           d_ino;
   6         unsigned short  d_reclen;
   7         unsigned short  d_namlen;
   8         char            d_name[256];
   9 };
  10 
  11 #endif

/* [previous][next][first][last][top][bottom][index][help] */