• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/direnttypes.in; do not edit. */
2 
3 static const struct xlat direnttypes[] = {
4 #if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
5 	XLAT(DT_UNKNOWN),
6 #endif
7 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)
8 	XLAT(DT_FIFO),
9 #endif
10 #if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR)
11 	XLAT(DT_CHR),
12 #endif
13 #if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)
14 	XLAT(DT_DIR),
15 #endif
16 #if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK)
17 	XLAT(DT_BLK),
18 #endif
19 #if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG)
20 	XLAT(DT_REG),
21 #endif
22 #if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
23 	XLAT(DT_LNK),
24 #endif
25 #if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK)
26 	XLAT(DT_SOCK),
27 #endif
28 #if defined(DT_WHT) || (defined(HAVE_DECL_DT_WHT) && HAVE_DECL_DT_WHT)
29 	XLAT(DT_WHT),
30 #endif
31 	XLAT_END
32 };
33